Shades of Wild Willow #CCC969
Tints of Wild Willow #CCC969
RGB
CMYK
RGB Variations
Color information
#CCC969 (or 0xCCC969) is known color: Wild Willow. HEX triplet: CC, C9 and 69. RGB value is (204,201,105). Sum of RGB (Red+Green+Blue) = 204+201+105=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 105 (41.41% from 255 or 20.59% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC969 is #333696. Grayscale: #BFBFBF. Windows color (decimal): -3356311 or 6932940. OLE color: 6932940.
HSL color Cylindrical-coordinate representation of color #CCC969: hue angle of 58.18º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCC969 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 105 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.2 |
| HSL | 58.18º | 0.49% | 0.61% | - |
| HSV(B) | 58.18º | 0.49% | 0.8% | - |
| XYZ | 48.34 | 55.63 | 21.55 | - |
| YUV | 190.95 | 79.49 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 105 | 0 | 0.01 | 0.49 | 0.2 | 58.18 | 0.49 | 0.61 |
| Hex | CC | C9 | 69 | 0 | 1 | 31 | 14 | 3A | 31 | 3D |
| Octal | 314 | 311 | 151 | 0 | 1 | 61 | 24 | 72 | 61 | 75 |
| Binary | 11001100 | 11001001 | 1101001 | 0 | 1 | 110001 | 10100 | 111010 | 110001 | 111101 |
Color Harmonies of #CCC969
Complementary color
Monochromatic Colors of #CCC969
Black with #CCC969
Text Example
Text Example
White with #CCC969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC969; }
p { color: rgb(204,201,105); }
H1.HeaderClassName
{
color: #CCC969;
}
.AnyTagClassName
{
color: #CCC969;
}
</style>
background-color css
<style>
a { background-color: #CCC969; }
a { background-color: rgb(204,201,105); }
div.DivClassName
{
background-color: #CCC969;
}
.BgClassName
{
background-color: #CCC969;
}
</style>
border-color css
<style>
span { border-color: #CCC969; }
span { border-color: rgb(204,201,105); }
td.TdClassName
{
border-color: #CCC969;
}
.TagClassName
{
border-color: #CCC969;
}
</style>