Shades of Wild Willow #CBCB66
Tints of Wild Willow #CBCB66
RGB
CMYK
RGB Variations
Color information
#CBCB66 (or 0xCBCB66) is known color: Wild Willow. HEX triplet: CB, CB and 66. RGB value is (203,203,102). Sum of RGB (Red+Green+Blue) = 203+203+102=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 102 (40.23% from 255 or 20.08% from 508); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCB66 is #343499. Grayscale: #BFBFBF. Windows color (decimal): -3421338 or 6736843. OLE color: 6736843.
HSL color Cylindrical-coordinate representation of color #CBCB66: hue angle of 60º degrees, saturation: 0.49, 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 #CBCB66 is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 203 | 102 | - |
| CMYK | 0 | 0 | 0.50 | 0.20 |
| HSL | 60º | 0.49% | 0.6% | - |
| HSV(B) | 60º | 0.5% | 0.8% | - |
| XYZ | 48.38 | 56.37 | 20.9 | - |
| YUV | 191.49 | 77.5 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 203 | 102 | 0 | 0 | 0.50 | 0.20 | 60 | 0.49 | 0.6 |
| Hex | CB | CB | 66 | 0 | 0 | 32 | 14 | 3C | 31 | 3C |
| Octal | 313 | 313 | 146 | 0 | 0 | 62 | 24 | 74 | 61 | 74 |
| Binary | 11001011 | 11001011 | 1100110 | 0 | 0 | 110010 | 10100 | 111100 | 110001 | 111100 |
Color Harmonies of #CBCB66
Complementary color
Monochromatic Colors of #CBCB66
Black with #CBCB66
Text Example
Text Example
White with #CBCB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCB66; }
p { color: rgb(203,203,102); }
H1.HeaderClassName
{
color: #CBCB66;
}
.AnyTagClassName
{
color: #CBCB66;
}
</style>
background-color css
<style>
a { background-color: #CBCB66; }
a { background-color: rgb(203,203,102); }
div.DivClassName
{
background-color: #CBCB66;
}
.BgClassName
{
background-color: #CBCB66;
}
</style>
border-color css
<style>
span { border-color: #CBCB66; }
span { border-color: rgb(203,203,102); }
td.TdClassName
{
border-color: #CBCB66;
}
.TagClassName
{
border-color: #CBCB66;
}
</style>