#c4c05b

Color #C4C05B Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #C4C05B

Tints of Wild Willow #C4C05B

Color information

#C4C05B (or 0xC4C05B) is unknown color: approx Wild Willow. HEX triplet: C4, C0 and 5B. RGB value is (196,192,91). Sum of RGB (Red+Green+Blue) = 196+192+91=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 91 (35.94% from 255 or 19.00% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C05B is #3B3FA4. Grayscale: #B6B6B6. Windows color (decimal): -3882917 or 6013124. OLE color: 6013124.

HSL color Cylindrical-coordinate representation of color #C4C05B: hue angle of 57.71º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C4C05B is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB19619291-
CMYK00.020.540.23
HSL57.71º47.09%56.27%-
HSV(B)57.71º53.57%76.86%-
XYZ43.550.1917.29-
YUV181.6876.83138.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 40.92%
GREEN value IS 192 (75.39% from 255) = 40.08%
BLUE value IS 91 (35.94% from 255) = 19.00%
R=40.92%
G=40.08%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961929100.020.540.2357.7147.0956.27
HexC4C05B0236173a2f38
Octal304300133026627725770
Binary1100010011000000101101101011011010111111010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4c05b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4c05b; }

 p { color: rgb(196,192,91); }

 H1.HeaderClassName
 {
   color: #c4c05b;
 }
 .AnyTagClassName
 {
   color: #c4c05b;
 }
</style>
background-color css

<style>
 a { background-color: #c4c05b; }

 a { background-color: rgb(196,192,91); }

 div.DivClassName
 {
   background-color: #c4c05b;
 }
 .BgClassName
 {
   background-color: #c4c05b;
 }
</style>
border-color css

<style>
 span { border-color: #c4c05b; }

 span { border-color: rgb(196,192,91); }

 td.TdClassName
 {
   border-color: #c4c05b;
 }
 .TagClassName
 {
   border-color: #c4c05b;
 }
</style>