#CACA6C

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

Shades of Wild Willow #CACA6C

Tints of Wild Willow #CACA6C

Color information

#CACA6C (or 0xCACA6C) is unknown color: approx Wild Willow. HEX triplet: CA, CA and 6C. RGB value is (202,202,108). Sum of RGB (Red+Green+Blue) = 202+202+108=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 108 (42.58% from 255 or 21.09% from 512); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACA6C is #353593. Grayscale: #BFBFBF. Windows color (decimal): -3487124 or 7129802. OLE color: 7129802.

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

Color convert

RGB202202108-
CMYK000.470.21
HSL60º47%60.78%-
HSV(B)60º46.53%79.22%-
XYZ48.1855.8822.43-
YUV191.2881135.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.45%
GREEN value IS 202 (79.30% from 255) = 39.45%
BLUE value IS 108 (42.58% from 255) = 21.09%
R=39.45%
G=39.45%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202202108000.470.21604760.78
HexCACA6C002F153c2f3d
Octal312312154005725745775
Binary110010101100101011011000010111110101111100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACA6C; }

 p { color: rgb(202,202,108); }

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

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

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

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

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

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

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