Shades of Wild Willow #CCCB65
Tints of Wild Willow #CCCB65
RGB
CMYK
RGB Variations
Color information
#CCCB65 (or 0xCCCB65) is known color: Wild Willow. HEX triplet: CC, CB and 65. RGB value is (204,203,101). Sum of RGB (Red+Green+Blue) = 204+203+101=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB65 is #33349A. Grayscale: #C0C0C0. Windows color (decimal): -3355803 or 6671308. OLE color: 6671308.
HSL color Cylindrical-coordinate representation of color #CCCB65: hue angle of 59.42º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCCB65 is Cyan = 0, Magento = 0.00, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 101 | - |
| CMYK | 0 | 0.00 | 0.50 | 0.2 |
| HSL | 59.42º | 0.5% | 0.6% | - |
| HSV(B) | 59.42º | 0.5% | 0.8% | - |
| XYZ | 48.61 | 56.49 | 20.65 | - |
| YUV | 191.67 | 76.83 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 101 | 0 | 0.00 | 0.50 | 0.2 | 59.42 | 0.5 | 0.6 |
| Hex | CC | CB | 65 | 0 | 0 | 32 | 14 | 3B | 32 | 3C |
| Octal | 314 | 313 | 145 | 0 | 0 | 62 | 24 | 73 | 62 | 74 |
| Binary | 11001100 | 11001011 | 1100101 | 0 | 0 | 110010 | 10100 | 111011 | 110010 | 111100 |
Color Harmonies of #CCCB65
Complementary color
Monochromatic Colors of #CCCB65
Black with #CCCB65
Text Example
Text Example
White with #CCCB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB65; }
p { color: rgb(204,203,101); }
H1.HeaderClassName
{
color: #CCCB65;
}
.AnyTagClassName
{
color: #CCCB65;
}
</style>
background-color css
<style>
a { background-color: #CCCB65; }
a { background-color: rgb(204,203,101); }
div.DivClassName
{
background-color: #CCCB65;
}
.BgClassName
{
background-color: #CCCB65;
}
</style>
border-color css
<style>
span { border-color: #CCCB65; }
span { border-color: rgb(204,203,101); }
td.TdClassName
{
border-color: #CCCB65;
}
.TagClassName
{
border-color: #CCCB65;
}
</style>