Shades of Wild Willow #CACB5A
Tints of Wild Willow #CACB5A
RGB
CMYK
RGB Variations
Color information
#CACB5A (or 0xCACB5A) is known color: Wild Willow. HEX triplet: CA, CB and 5A. RGB value is (202,203,90). Sum of RGB (Red+Green+Blue) = 202+203+90=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 90 (35.55% from 255 or 18.18% from 495); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACB5A is #3534A5. Grayscale: #BEBEBE. Windows color (decimal): -3486886 or 5950410. OLE color: 5950410.
HSL color Cylindrical-coordinate representation of color #CACB5A: hue angle of 60.53º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CACB5A is Cyan = 0.00, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 90 | - |
| CMYK | 0.00 | 0 | 0.56 | 0.20 |
| HSL | 60.53º | 0.52% | 0.57% | - |
| HSV(B) | 60.53º | 0.56% | 0.8% | - |
| XYZ | 47.56 | 56.01 | 17.98 | - |
| YUV | 189.82 | 71.67 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 90 | 0.00 | 0 | 0.56 | 0.20 | 60.53 | 0.52 | 0.57 |
| Hex | CA | CB | 5A | 0 | 0 | 38 | 14 | 3D | 34 | 39 |
| Octal | 312 | 313 | 132 | 0 | 0 | 70 | 24 | 75 | 64 | 71 |
| Binary | 11001010 | 11001011 | 1011010 | 0 | 0 | 111000 | 10100 | 111101 | 110100 | 111001 |
Color Harmonies of #CACB5A
Complementary color
Monochromatic Colors of #CACB5A
Black with #CACB5A
Text Example
Text Example
White with #CACB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB5A; }
p { color: rgb(202,203,90); }
H1.HeaderClassName
{
color: #CACB5A;
}
.AnyTagClassName
{
color: #CACB5A;
}
</style>
background-color css
<style>
a { background-color: #CACB5A; }
a { background-color: rgb(202,203,90); }
div.DivClassName
{
background-color: #CACB5A;
}
.BgClassName
{
background-color: #CACB5A;
}
</style>
border-color css
<style>
span { border-color: #CACB5A; }
span { border-color: rgb(202,203,90); }
td.TdClassName
{
border-color: #CACB5A;
}
.TagClassName
{
border-color: #CACB5A;
}
</style>