Shades of Wild Willow #CAC950
Tints of Wild Willow #CAC950
RGB
CMYK
RGB Variations
Color information
#CAC950 (or 0xCAC950) is known color: Wild Willow. HEX triplet: CA, C9 and 50. RGB value is (202,201,80). Sum of RGB (Red+Green+Blue) = 202+201+80=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC950 is #3536AF. Grayscale: #BBBBBB. Windows color (decimal): -3487408 or 5294538. OLE color: 5294538.
HSL color Cylindrical-coordinate representation of color #CAC950: hue angle of 59.51º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAC950 is Cyan = 0, Magento = 0.00, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 80 | - |
| CMYK | 0 | 0.00 | 0.60 | 0.21 |
| HSL | 59.51º | 0.54% | 0.55% | - |
| HSV(B) | 59.51º | 0.6% | 0.79% | - |
| XYZ | 46.69 | 54.91 | 15.73 | - |
| YUV | 187.51 | 67.33 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 80 | 0 | 0.00 | 0.60 | 0.21 | 59.51 | 0.54 | 0.55 |
| Hex | CA | C9 | 50 | 0 | 0 | 3C | 15 | 3C | 36 | 37 |
| Octal | 312 | 311 | 120 | 0 | 0 | 74 | 25 | 74 | 66 | 67 |
| Binary | 11001010 | 11001001 | 1010000 | 0 | 0 | 111100 | 10101 | 111100 | 110110 | 110111 |
Color Harmonies of #CAC950
Complementary color
Monochromatic Colors of #CAC950
Black with #CAC950
Text Example
Text Example
White with #CAC950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC950; }
p { color: rgb(202,201,80); }
H1.HeaderClassName
{
color: #CAC950;
}
.AnyTagClassName
{
color: #CAC950;
}
</style>
background-color css
<style>
a { background-color: #CAC950; }
a { background-color: rgb(202,201,80); }
div.DivClassName
{
background-color: #CAC950;
}
.BgClassName
{
background-color: #CAC950;
}
</style>
border-color css
<style>
span { border-color: #CAC950; }
span { border-color: rgb(202,201,80); }
td.TdClassName
{
border-color: #CAC950;
}
.TagClassName
{
border-color: #CAC950;
}
</style>