Shades of Wild Willow #CCCB60
Tints of Wild Willow #CCCB60
RGB
CMYK
RGB Variations
Color information
#CCCB60 (or 0xCCCB60) is known color: Wild Willow. HEX triplet: CC, CB and 60. RGB value is (204,203,96). Sum of RGB (Red+Green+Blue) = 204+203+96=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 96 (37.89% from 255 or 19.09% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB60 is #33349F. Grayscale: #BFBFBF. Windows color (decimal): -3355808 or 6343628. OLE color: 6343628.
HSL color Cylindrical-coordinate representation of color #CCCB60: hue angle of 59.44º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCCB60 is Cyan = 0, Magento = 0.00, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 96 | - |
| CMYK | 0 | 0.00 | 0.53 | 0.2 |
| HSL | 59.44º | 0.51% | 0.59% | - |
| HSV(B) | 59.44º | 0.53% | 0.8% | - |
| XYZ | 48.37 | 56.39 | 19.4 | - |
| YUV | 191.1 | 74.33 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 96 | 0 | 0.00 | 0.53 | 0.2 | 59.44 | 0.51 | 0.59 |
| Hex | CC | CB | 60 | 0 | 0 | 35 | 14 | 3B | 33 | 3B |
| Octal | 314 | 313 | 140 | 0 | 0 | 65 | 24 | 73 | 63 | 73 |
| Binary | 11001100 | 11001011 | 1100000 | 0 | 0 | 110101 | 10100 | 111011 | 110011 | 111011 |
Color Harmonies of #CCCB60
Complementary color
Monochromatic Colors of #CCCB60
Black with #CCCB60
Text Example
Text Example
White with #CCCB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB60; }
p { color: rgb(204,203,96); }
H1.HeaderClassName
{
color: #CCCB60;
}
.AnyTagClassName
{
color: #CCCB60;
}
</style>
background-color css
<style>
a { background-color: #CCCB60; }
a { background-color: rgb(204,203,96); }
div.DivClassName
{
background-color: #CCCB60;
}
.BgClassName
{
background-color: #CCCB60;
}
</style>
border-color css
<style>
span { border-color: #CCCB60; }
span { border-color: rgb(204,203,96); }
td.TdClassName
{
border-color: #CCCB60;
}
.TagClassName
{
border-color: #CCCB60;
}
</style>