Shades of Wild Willow #CACB6B
Tints of Wild Willow #CACB6B
RGB
CMYK
RGB Variations
Color information
#CACB6B (or 0xCACB6B) is known color: Wild Willow. HEX triplet: CA, CB and 6B. RGB value is (202,203,107). Sum of RGB (Red+Green+Blue) = 202+203+107=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 107 (42.19% from 255 or 20.90% from 512); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACB6B is #353494. Grayscale: #C0C0C0. Windows color (decimal): -3486869 or 7064522. OLE color: 7064522.
HSL color Cylindrical-coordinate representation of color #CACB6B: hue angle of 60.63º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CACB6B is Cyan = 0.00, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 107 | - |
| CMYK | 0.00 | 0 | 0.47 | 0.20 |
| HSL | 60.63º | 0.48% | 0.61% | - |
| HSV(B) | 60.63º | 0.47% | 0.8% | - |
| XYZ | 48.37 | 56.33 | 22.23 | - |
| YUV | 191.76 | 80.17 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 107 | 0.00 | 0 | 0.47 | 0.20 | 60.63 | 0.48 | 0.61 |
| Hex | CA | CB | 6B | 0 | 0 | 2F | 14 | 3D | 30 | 3D |
| Octal | 312 | 313 | 153 | 0 | 0 | 57 | 24 | 75 | 60 | 75 |
| Binary | 11001010 | 11001011 | 1101011 | 0 | 0 | 101111 | 10100 | 111101 | 110000 | 111101 |
Color Harmonies of #CACB6B
Complementary color
Monochromatic Colors of #CACB6B
Black with #CACB6B
Text Example
Text Example
White with #CACB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB6B; }
p { color: rgb(202,203,107); }
H1.HeaderClassName
{
color: #CACB6B;
}
.AnyTagClassName
{
color: #CACB6B;
}
</style>
background-color css
<style>
a { background-color: #CACB6B; }
a { background-color: rgb(202,203,107); }
div.DivClassName
{
background-color: #CACB6B;
}
.BgClassName
{
background-color: #CACB6B;
}
</style>
border-color css
<style>
span { border-color: #CACB6B; }
span { border-color: rgb(202,203,107); }
td.TdClassName
{
border-color: #CACB6B;
}
.TagClassName
{
border-color: #CACB6B;
}
</style>