Shades of Wild Willow #CACB68
Tints of Wild Willow #CACB68
RGB
CMYK
RGB Variations
Color information
#CACB68 (or 0xCACB68) is known color: Wild Willow. HEX triplet: CA, CB and 68. RGB value is (202,203,104). Sum of RGB (Red+Green+Blue) = 202+203+104=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 104 (41.02% from 255 or 20.43% from 509); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACB68 is #353497. Grayscale: #BFBFBF. Windows color (decimal): -3486872 or 6867914. OLE color: 6867914.
HSL color Cylindrical-coordinate representation of color #CACB68: hue angle of 60.61º degrees, saturation: 0.49, 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 #CACB68 is Cyan = 0.00, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 104 | - |
| CMYK | 0.00 | 0 | 0.49 | 0.20 |
| HSL | 60.61º | 0.49% | 0.6% | - |
| HSV(B) | 60.61º | 0.49% | 0.8% | - |
| XYZ | 48.21 | 56.27 | 21.42 | - |
| YUV | 191.42 | 78.67 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 104 | 0.00 | 0 | 0.49 | 0.20 | 60.61 | 0.49 | 0.6 |
| Hex | CA | CB | 68 | 0 | 0 | 31 | 14 | 3D | 31 | 3C |
| Octal | 312 | 313 | 150 | 0 | 0 | 61 | 24 | 75 | 61 | 74 |
| Binary | 11001010 | 11001011 | 1101000 | 0 | 0 | 110001 | 10100 | 111101 | 110001 | 111100 |
Color Harmonies of #CACB68
Complementary color
Monochromatic Colors of #CACB68
Black with #CACB68
Text Example
Text Example
White with #CACB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB68; }
p { color: rgb(202,203,104); }
H1.HeaderClassName
{
color: #CACB68;
}
.AnyTagClassName
{
color: #CACB68;
}
</style>
background-color css
<style>
a { background-color: #CACB68; }
a { background-color: rgb(202,203,104); }
div.DivClassName
{
background-color: #CACB68;
}
.BgClassName
{
background-color: #CACB68;
}
</style>
border-color css
<style>
span { border-color: #CACB68; }
span { border-color: rgb(202,203,104); }
td.TdClassName
{
border-color: #CACB68;
}
.TagClassName
{
border-color: #CACB68;
}
</style>