Shades of Wild Willow #CACB5B
Tints of Wild Willow #CACB5B
RGB
CMYK
RGB Variations
Color information
#CACB5B (or 0xCACB5B) is known color: Wild Willow. HEX triplet: CA, CB and 5B. RGB value is (202,203,91). Sum of RGB (Red+Green+Blue) = 202+203+91=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 91 (35.94% from 255 or 18.35% from 496); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACB5B is #3534A4. Grayscale: #BEBEBE. Windows color (decimal): -3486885 or 6015946. OLE color: 6015946.
HSL color Cylindrical-coordinate representation of color #CACB5B: hue angle of 60.54º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CACB5B is Cyan = 0.00, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 91 | - |
| CMYK | 0.00 | 0 | 0.55 | 0.20 |
| HSL | 60.54º | 0.52% | 0.58% | - |
| HSV(B) | 60.54º | 0.55% | 0.8% | - |
| XYZ | 47.6 | 56.02 | 18.2 | - |
| YUV | 189.93 | 72.17 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 91 | 0.00 | 0 | 0.55 | 0.20 | 60.54 | 0.52 | 0.58 |
| Hex | CA | CB | 5B | 0 | 0 | 37 | 14 | 3D | 34 | 3A |
| Octal | 312 | 313 | 133 | 0 | 0 | 67 | 24 | 75 | 64 | 72 |
| Binary | 11001010 | 11001011 | 1011011 | 0 | 0 | 110111 | 10100 | 111101 | 110100 | 111010 |
Color Harmonies of #CACB5B
Complementary color
Monochromatic Colors of #CACB5B
Black with #CACB5B
Text Example
Text Example
White with #CACB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB5B; }
p { color: rgb(202,203,91); }
H1.HeaderClassName
{
color: #CACB5B;
}
.AnyTagClassName
{
color: #CACB5B;
}
</style>
background-color css
<style>
a { background-color: #CACB5B; }
a { background-color: rgb(202,203,91); }
div.DivClassName
{
background-color: #CACB5B;
}
.BgClassName
{
background-color: #CACB5B;
}
</style>
border-color css
<style>
span { border-color: #CACB5B; }
span { border-color: rgb(202,203,91); }
td.TdClassName
{
border-color: #CACB5B;
}
.TagClassName
{
border-color: #CACB5B;
}
</style>