Shades of Wild Willow #CBC666
Tints of Wild Willow #CBC666
RGB
CMYK
RGB Variations
Color information
#CBC666 (or 0xCBC666) is known color: Wild Willow. HEX triplet: CB, C6 and 66. RGB value is (203,198,102). Sum of RGB (Red+Green+Blue) = 203+198+102=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 102 (40.23% from 255 or 20.28% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC666 is #343999. Grayscale: #BCBCBC. Windows color (decimal): -3422618 or 6735563. OLE color: 6735563.
HSL color Cylindrical-coordinate representation of color #CBC666: hue angle of 57.03º 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 #CBC666 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 102 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.20 |
| HSL | 57.03º | 0.49% | 0.6% | - |
| HSV(B) | 57.03º | 0.5% | 0.8% | - |
| XYZ | 47.22 | 54.04 | 20.51 | - |
| YUV | 188.55 | 79.16 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 102 | 0 | 0.02 | 0.50 | 0.20 | 57.03 | 0.49 | 0.6 |
| Hex | CB | C6 | 66 | 0 | 2 | 32 | 14 | 39 | 31 | 3C |
| Octal | 313 | 306 | 146 | 0 | 2 | 62 | 24 | 71 | 61 | 74 |
| Binary | 11001011 | 11000110 | 1100110 | 0 | 10 | 110010 | 10100 | 111001 | 110001 | 111100 |
Color Harmonies of #CBC666
Complementary color
Monochromatic Colors of #CBC666
Black with #CBC666
Text Example
Text Example
White with #CBC666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC666; }
p { color: rgb(203,198,102); }
H1.HeaderClassName
{
color: #CBC666;
}
.AnyTagClassName
{
color: #CBC666;
}
</style>
background-color css
<style>
a { background-color: #CBC666; }
a { background-color: rgb(203,198,102); }
div.DivClassName
{
background-color: #CBC666;
}
.BgClassName
{
background-color: #CBC666;
}
</style>
border-color css
<style>
span { border-color: #CBC666; }
span { border-color: rgb(203,198,102); }
td.TdClassName
{
border-color: #CBC666;
}
.TagClassName
{
border-color: #CBC666;
}
</style>