#CAC767

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

Shades of Wild Willow #CAC767

Tints of Wild Willow #CAC767

Color information

#CAC767 (or 0xCAC767) is unknown color: approx Wild Willow. HEX triplet: CA, C7 and 67. RGB value is (202,199,103). Sum of RGB (Red+Green+Blue) = 202+199+103=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 103 (40.62% from 255 or 20.44% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC767 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC767 is #353898. Grayscale: #BDBDBD. Windows color (decimal): -3487897 or 6801354. OLE color: 6801354.

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

Color convert

RGB202199103-
CMYK00.010.490.21
HSL58.18º48.29%59.8%-
HSV(B)58.18º49.01%79.22%-
XYZ47.2354.3820.84-
YUV188.9579.49137.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.08%
GREEN value IS 199 (78.12% from 255) = 39.48%
BLUE value IS 103 (40.62% from 255) = 20.44%
R=40.08%
G=39.48%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219910300.010.490.2158.1848.2959.8
HexCAC7670131153a303c
Octal312307147016125726074
Binary110010101100011111001110111000110101111010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC767; }

 p { color: rgb(202,199,103); }

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

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

 a { background-color: rgb(202,199,103); }

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

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

 span { border-color: rgb(202,199,103); }

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