Shades of Wild Willow #CACB5C
Tints of Wild Willow #CACB5C
RGB
CMYK
RGB Variations
Color information
#CACB5C (or 0xCACB5C) is known color: Wild Willow. HEX triplet: CA, CB and 5C. RGB value is (202,203,92). Sum of RGB (Red+Green+Blue) = 202+203+92=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACB5C is #3534A3. Grayscale: #BEBEBE. Windows color (decimal): -3486884 or 6081482. OLE color: 6081482.
HSL color Cylindrical-coordinate representation of color #CACB5C: 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 #CACB5C is Cyan = 0.00, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 92 | - |
| 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.64 | 56.04 | 18.43 | - |
| YUV | 190.05 | 72.67 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 92 | 0.00 | 0 | 0.55 | 0.20 | 60.54 | 0.52 | 0.58 |
| Hex | CA | CB | 5C | 0 | 0 | 37 | 14 | 3D | 34 | 3A |
| Octal | 312 | 313 | 134 | 0 | 0 | 67 | 24 | 75 | 64 | 72 |
| Binary | 11001010 | 11001011 | 1011100 | 0 | 0 | 110111 | 10100 | 111101 | 110100 | 111010 |
Color Harmonies of #CACB5C
Complementary color
Monochromatic Colors of #CACB5C
Black with #CACB5C
Text Example
Text Example
White with #CACB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB5C; }
p { color: rgb(202,203,92); }
H1.HeaderClassName
{
color: #CACB5C;
}
.AnyTagClassName
{
color: #CACB5C;
}
</style>
background-color css
<style>
a { background-color: #CACB5C; }
a { background-color: rgb(202,203,92); }
div.DivClassName
{
background-color: #CACB5C;
}
.BgClassName
{
background-color: #CACB5C;
}
</style>
border-color css
<style>
span { border-color: #CACB5C; }
span { border-color: rgb(202,203,92); }
td.TdClassName
{
border-color: #CACB5C;
}
.TagClassName
{
border-color: #CACB5C;
}
</style>