Color Hex Logo

#c0b946 Color Hex

#C0B946
(192,185,70)
0 Favorites   0 Comments

Color spaces of #c0b946

RGB 19218570
HSL0.160.490.51
HSV57°64°75°
CMYK 0.000.040.64   0.25
XYZ40.192746.346612.6218
Yxy46.34660.40530.4674
Hunter Lab68.0783-13.752736.6624
CIE-Lab73.7699-11.644057.2579

#c0b946 color RGB value is (192,185,70).

#c0b946 hex color red value is 192, green value is 185 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #c0b946 hue: 0.16 , saturation: 0.49 and the lightness value of c0b946 is 0.51.

The process color (four color CMYK) of #c0b946 color hex is 0.00, 0.04, 0.64, 0.25. Web safe color of #c0b946 is #cccc33. Color #c0b946 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10111001 01000110
Octal 300 271 106
Decimal 192 185 70
Hex C0 B9 46

RGB Percentages of Color #c0b946

%42.95
%41.39
%15.66

CMYK Percentages of Color #c0b946

%0
%4
%64
%25

Triadic Colors of #c0b946

#c0b946 #46c0b9 #b946c0

Analogous Colors of #c0b946

#c0b946 #8ac046 #c07c46

Monochromatic Colors of #c0b946

#c0b946

Complementary Color

#c0b946 #464dc0

#c0b946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0b946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0b946 Color CSS Codes

.mybgcolor {background-color:#c0b946; } 
.myforecolor {color:#c0b946; }
.mybordercolor {border:3px solid #c0b946; }

#c0b946 Text Font Color

<p style="color:#c0b946">Text here</p>

This sample text font color is #c0b946
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c0b946 Background Color

<div style="background-color:#c0b946">
Div content here</div>

This div background color is #c0b946


#c0b946 Border Color

<div style="border:3px solid #c0b946">
Div here</div>

This div border color is #c0b946


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,185,70, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0b946; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0b946;
  -webkit-box-shadow: 1px 1px 3px 2px #c0b946;
  box-shadow:         1px 1px 3px 2px #c0b946; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,185,70, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c0b946">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c0b946;
  -webkit-box-shadow: 1px 1px 3px 2px #c0b946;
  box-shadow:         1px 1px 3px 2px #c0b946;">
Div content here</div>

This div box has shadow with color #c0b946


Comments

No comments written yet.

Please login to write comment.