Shades of Wild Willow #CBCC66
Tints of Wild Willow #CBCC66
RGB
CMYK
RGB Variations
Color information
#CBCC66 (or 0xCBCC66) is known color: Wild Willow. HEX triplet: CB, CC and 66. RGB value is (203,204,102). Sum of RGB (Red+Green+Blue) = 203+204+102=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 102 (40.23% from 255 or 20.04% from 509); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCC66 is #343399. Grayscale: #C0C0C0. Windows color (decimal): -3421082 or 6737099. OLE color: 6737099.
HSL color Cylindrical-coordinate representation of color #CBCC66: hue angle of 60.59º 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 #CBCC66 is Cyan = 0.00, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 102 | - |
| CMYK | 0.00 | 0 | 0.5 | 0.2 |
| HSL | 60.59º | 0.5% | 0.6% | - |
| HSV(B) | 60.59º | 0.5% | 0.8% | - |
| XYZ | 48.62 | 56.84 | 20.98 | - |
| YUV | 192.07 | 77.17 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 102 | 0.00 | 0 | 0.5 | 0.2 | 60.59 | 0.5 | 0.6 |
| Hex | CB | CC | 66 | 0 | 0 | 32 | 14 | 3D | 32 | 3C |
| Octal | 313 | 314 | 146 | 0 | 0 | 62 | 24 | 75 | 62 | 74 |
| Binary | 11001011 | 11001100 | 1100110 | 0 | 0 | 110010 | 10100 | 111101 | 110010 | 111100 |
Color Harmonies of #CBCC66
Complementary color
Monochromatic Colors of #CBCC66
Black with #CBCC66
Text Example
Text Example
White with #CBCC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC66; }
p { color: rgb(203,204,102); }
H1.HeaderClassName
{
color: #CBCC66;
}
.AnyTagClassName
{
color: #CBCC66;
}
</style>
background-color css
<style>
a { background-color: #CBCC66; }
a { background-color: rgb(203,204,102); }
div.DivClassName
{
background-color: #CBCC66;
}
.BgClassName
{
background-color: #CBCC66;
}
</style>
border-color css
<style>
span { border-color: #CBCC66; }
span { border-color: rgb(203,204,102); }
td.TdClassName
{
border-color: #CBCC66;
}
.TagClassName
{
border-color: #CBCC66;
}
</style>