Shades of Wild Willow #CACC68
Tints of Wild Willow #CACC68
RGB
CMYK
RGB Variations
Color information
#CACC68 (or 0xCACC68) is known color: Wild Willow. HEX triplet: CA, CC and 68. RGB value is (202,204,104). Sum of RGB (Red+Green+Blue) = 202+204+104=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 104 (41.02% from 255 or 20.39% from 510); Max value from RGB is 204 - color contains mainly: green. Hex color #CACC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACC68 is #353397. Grayscale: #C0C0C0. Windows color (decimal): -3486616 or 6868170. OLE color: 6868170.
HSL color Cylindrical-coordinate representation of color #CACC68: hue angle of 61.2º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CACC68 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 204 | 104 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.2 |
| HSL | 61.2º | 0.5% | 0.6% | - |
| HSV(B) | 61.2º | 0.49% | 0.8% | - |
| XYZ | 48.45 | 56.74 | 21.5 | - |
| YUV | 192 | 78.34 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 204 | 104 | 0.01 | 0 | 0.49 | 0.2 | 61.2 | 0.5 | 0.6 |
| Hex | CA | CC | 68 | 1 | 0 | 31 | 14 | 3D | 32 | 3C |
| Octal | 312 | 314 | 150 | 1 | 0 | 61 | 24 | 75 | 62 | 74 |
| Binary | 11001010 | 11001100 | 1101000 | 1 | 0 | 110001 | 10100 | 111101 | 110010 | 111100 |
Color Harmonies of #CACC68
Complementary color
Monochromatic Colors of #CACC68
Black with #CACC68
Text Example
Text Example
White with #CACC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACC68; }
p { color: rgb(202,204,104); }
H1.HeaderClassName
{
color: #CACC68;
}
.AnyTagClassName
{
color: #CACC68;
}
</style>
background-color css
<style>
a { background-color: #CACC68; }
a { background-color: rgb(202,204,104); }
div.DivClassName
{
background-color: #CACC68;
}
.BgClassName
{
background-color: #CACC68;
}
</style>
border-color css
<style>
span { border-color: #CACC68; }
span { border-color: rgb(202,204,104); }
td.TdClassName
{
border-color: #CACC68;
}
.TagClassName
{
border-color: #CACC68;
}
</style>