Shades of Wild Willow #CBCF6C
Tints of Wild Willow #CBCF6C
RGB
CMYK
RGB Variations
Color information
#CBCF6C (or 0xCBCF6C) is known color: Wild Willow. HEX triplet: CB, CF and 6C. RGB value is (203,207,108). Sum of RGB (Red+Green+Blue) = 203+207+108=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 108 (42.58% from 255 or 20.85% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #CBCF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCF6C is #343093. Grayscale: #C2C2C2. Windows color (decimal): -3420308 or 7131083. OLE color: 7131083.
HSL color Cylindrical-coordinate representation of color #CBCF6C: hue angle of 62.42º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBCF6C is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 207 | 108 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.19 |
| HSL | 62.42º | 0.51% | 0.62% | - |
| HSV(B) | 62.42º | 0.48% | 0.81% | - |
| XYZ | 49.65 | 58.4 | 22.84 | - |
| YUV | 194.52 | 79.17 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 207 | 108 | 0.02 | 0 | 0.48 | 0.19 | 62.42 | 0.51 | 0.62 |
| Hex | CB | CF | 6C | 2 | 0 | 30 | 13 | 3E | 33 | 3E |
| Octal | 313 | 317 | 154 | 2 | 0 | 60 | 23 | 76 | 63 | 76 |
| Binary | 11001011 | 11001111 | 1101100 | 10 | 0 | 110000 | 10011 | 111110 | 110011 | 111110 |
Color Harmonies of #CBCF6C
Complementary color
Monochromatic Colors of #CBCF6C
Black with #CBCF6C
Text Example
Text Example
White with #CBCF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCF6C; }
p { color: rgb(203,207,108); }
H1.HeaderClassName
{
color: #CBCF6C;
}
.AnyTagClassName
{
color: #CBCF6C;
}
</style>
background-color css
<style>
a { background-color: #CBCF6C; }
a { background-color: rgb(203,207,108); }
div.DivClassName
{
background-color: #CBCF6C;
}
.BgClassName
{
background-color: #CBCF6C;
}
</style>
border-color css
<style>
span { border-color: #CBCF6C; }
span { border-color: rgb(203,207,108); }
td.TdClassName
{
border-color: #CBCF6C;
}
.TagClassName
{
border-color: #CBCF6C;
}
</style>