Shades of Wild Willow #CAC867
Tints of Wild Willow #CAC867
RGB
CMYK
RGB Variations
Color information
#CAC867 (or 0xCAC867) is known color: Wild Willow. HEX triplet: CA, C8 and 67. RGB value is (202,200,103). Sum of RGB (Red+Green+Blue) = 202+200+103=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 200 (78.52% from 255 or 39.60% from 505); Blue value is 103 (40.62% from 255 or 20.40% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC867 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC867 is #353798. Grayscale: #BDBDBD. Windows color (decimal): -3487641 or 6801610. OLE color: 6801610.
HSL color Cylindrical-coordinate representation of color #CAC867: hue angle of 58.79º 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 #CAC867 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 103 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.21 |
| HSL | 58.79º | 0.48% | 0.6% | - |
| HSV(B) | 58.79º | 0.49% | 0.79% | - |
| XYZ | 47.46 | 54.84 | 20.92 | - |
| YUV | 189.54 | 79.16 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 103 | 0 | 0.01 | 0.49 | 0.21 | 58.79 | 0.48 | 0.6 |
| Hex | CA | C8 | 67 | 0 | 1 | 31 | 15 | 3B | 30 | 3C |
| Octal | 312 | 310 | 147 | 0 | 1 | 61 | 25 | 73 | 60 | 74 |
| Binary | 11001010 | 11001000 | 1100111 | 0 | 1 | 110001 | 10101 | 111011 | 110000 | 111100 |
Color Harmonies of #CAC867
Complementary color
Monochromatic Colors of #CAC867
Black with #CAC867
Text Example
Text Example
White with #CAC867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC867; }
p { color: rgb(202,200,103); }
H1.HeaderClassName
{
color: #CAC867;
}
.AnyTagClassName
{
color: #CAC867;
}
</style>
background-color css
<style>
a { background-color: #CAC867; }
a { background-color: rgb(202,200,103); }
div.DivClassName
{
background-color: #CAC867;
}
.BgClassName
{
background-color: #CAC867;
}
</style>
border-color css
<style>
span { border-color: #CAC867; }
span { border-color: rgb(202,200,103); }
td.TdClassName
{
border-color: #CAC867;
}
.TagClassName
{
border-color: #CAC867;
}
</style>