Shades of Wild Willow #CACE64
Tints of Wild Willow #CACE64
RGB
CMYK
RGB Variations
Color information
#CACE64 (or 0xCACE64) is known color: Wild Willow. HEX triplet: CA, CE and 64. RGB value is (202,206,100). Sum of RGB (Red+Green+Blue) = 202+206+100=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 100 (39.45% from 255 or 19.69% from 508); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACE64 is #35319B. Grayscale: #C1C1C1. Windows color (decimal): -3486108 or 6606538. OLE color: 6606538.
HSL color Cylindrical-coordinate representation of color #CACE64: hue angle of 62.26º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CACE64 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 100 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.19 |
| HSL | 62.26º | 0.52% | 0.6% | - |
| HSV(B) | 62.26º | 0.51% | 0.81% | - |
| XYZ | 48.73 | 57.62 | 20.61 | - |
| YUV | 192.72 | 75.67 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 100 | 0.02 | 0 | 0.51 | 0.19 | 62.26 | 0.52 | 0.6 |
| Hex | CA | CE | 64 | 2 | 0 | 33 | 13 | 3E | 34 | 3C |
| Octal | 312 | 316 | 144 | 2 | 0 | 63 | 23 | 76 | 64 | 74 |
| Binary | 11001010 | 11001110 | 1100100 | 10 | 0 | 110011 | 10011 | 111110 | 110100 | 111100 |
Color Harmonies of #CACE64
Complementary color
Monochromatic Colors of #CACE64
Black with #CACE64
Text Example
Text Example
White with #CACE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACE64; }
p { color: rgb(202,206,100); }
H1.HeaderClassName
{
color: #CACE64;
}
.AnyTagClassName
{
color: #CACE64;
}
</style>
background-color css
<style>
a { background-color: #CACE64; }
a { background-color: rgb(202,206,100); }
div.DivClassName
{
background-color: #CACE64;
}
.BgClassName
{
background-color: #CACE64;
}
</style>
border-color css
<style>
span { border-color: #CACE64; }
span { border-color: rgb(202,206,100); }
td.TdClassName
{
border-color: #CACE64;
}
.TagClassName
{
border-color: #CACE64;
}
</style>