Shades of Wild Willow #CBC869
Tints of Wild Willow #CBC869
RGB
CMYK
RGB Variations
Color information
#CBC869 (or 0xCBC869) is known color: Wild Willow. HEX triplet: CB, C8 and 69. RGB value is (203,200,105). Sum of RGB (Red+Green+Blue) = 203+200+105=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 105 (41.41% from 255 or 20.67% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC869 is #343796. Grayscale: #BEBEBE. Windows color (decimal): -3422103 or 6932683. OLE color: 6932683.
HSL color Cylindrical-coordinate representation of color #CBC869: hue angle of 58.16º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBC869 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 105 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.20 |
| HSL | 58.16º | 0.49% | 0.6% | - |
| HSV(B) | 58.16º | 0.48% | 0.8% | - |
| XYZ | 47.83 | 55.02 | 21.46 | - |
| YUV | 190.07 | 79.99 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 105 | 0 | 0.01 | 0.48 | 0.20 | 58.16 | 0.49 | 0.6 |
| Hex | CB | C8 | 69 | 0 | 1 | 30 | 14 | 3A | 31 | 3C |
| Octal | 313 | 310 | 151 | 0 | 1 | 60 | 24 | 72 | 61 | 74 |
| Binary | 11001011 | 11001000 | 1101001 | 0 | 1 | 110000 | 10100 | 111010 | 110001 | 111100 |
Color Harmonies of #CBC869
Complementary color
Monochromatic Colors of #CBC869
Black with #CBC869
Text Example
Text Example
White with #CBC869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC869; }
p { color: rgb(203,200,105); }
H1.HeaderClassName
{
color: #CBC869;
}
.AnyTagClassName
{
color: #CBC869;
}
</style>
background-color css
<style>
a { background-color: #CBC869; }
a { background-color: rgb(203,200,105); }
div.DivClassName
{
background-color: #CBC869;
}
.BgClassName
{
background-color: #CBC869;
}
</style>
border-color css
<style>
span { border-color: #CBC869; }
span { border-color: rgb(203,200,105); }
td.TdClassName
{
border-color: #CBC869;
}
.TagClassName
{
border-color: #CBC869;
}
</style>