#CAC666

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

Shades of Wild Willow #CAC666

Tints of Wild Willow #CAC666

Color information

#CAC666 (or 0xCAC666) is unknown color: approx Wild Willow. HEX triplet: CA, C6 and 66. RGB value is (202,198,102). Sum of RGB (Red+Green+Blue) = 202+198+102=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 102 (40.23% from 255 or 20.32% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC666 is #353999. Grayscale: #BCBCBC. Windows color (decimal): -3488154 or 6735562. OLE color: 6735562.

HSL color Cylindrical-coordinate representation of color #CAC666: hue angle of 57.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAC666 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB202198102-
CMYK00.020.500.21
HSL57.6º48.54%59.61%-
HSV(B)57.6º49.5%79.22%-
XYZ46.9553.920.5-
YUV188.2579.33137.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.24%
GREEN value IS 198 (77.73% from 255) = 39.44%
BLUE value IS 102 (40.23% from 255) = 20.32%
R=40.24%
G=39.44%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219810200.020.500.2157.648.5459.61
HexCAC6660232153a313c
Octal312306146026225726174
Binary1100101011000110110011001011001010101111010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC666; }

 p { color: rgb(202,198,102); }

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

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

 a { background-color: rgb(202,198,102); }

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

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

 span { border-color: rgb(202,198,102); }

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