Shades of Wild Willow #CBC953
Tints of Wild Willow #CBC953
RGB
CMYK
RGB Variations
Color information
#CBC953 (or 0xCBC953) is known color: Wild Willow. HEX triplet: CB, C9 and 53. RGB value is (203,201,83). Sum of RGB (Red+Green+Blue) = 203+201+83=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 83 (32.81% from 255 or 17.04% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC953 is #3436AC. Grayscale: #BCBCBC. Windows color (decimal): -3421869 or 5491147. OLE color: 5491147.
HSL color Cylindrical-coordinate representation of color #CBC953: hue angle of 59º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CBC953 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 83 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.20 |
| HSL | 59º | 0.54% | 0.56% | - |
| HSV(B) | 59º | 0.59% | 0.8% | - |
| XYZ | 47.08 | 55.09 | 16.34 | - |
| YUV | 188.15 | 68.66 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 83 | 0 | 0.01 | 0.59 | 0.20 | 59 | 0.54 | 0.56 |
| Hex | CB | C9 | 53 | 0 | 1 | 3B | 14 | 3B | 36 | 38 |
| Octal | 313 | 311 | 123 | 0 | 1 | 73 | 24 | 73 | 66 | 70 |
| Binary | 11001011 | 11001001 | 1010011 | 0 | 1 | 111011 | 10100 | 111011 | 110110 | 111000 |
Color Harmonies of #CBC953
Complementary color
Monochromatic Colors of #CBC953
Black with #CBC953
Text Example
Text Example
White with #CBC953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC953; }
p { color: rgb(203,201,83); }
H1.HeaderClassName
{
color: #CBC953;
}
.AnyTagClassName
{
color: #CBC953;
}
</style>
background-color css
<style>
a { background-color: #CBC953; }
a { background-color: rgb(203,201,83); }
div.DivClassName
{
background-color: #CBC953;
}
.BgClassName
{
background-color: #CBC953;
}
</style>
border-color css
<style>
span { border-color: #CBC953; }
span { border-color: rgb(203,201,83); }
td.TdClassName
{
border-color: #CBC953;
}
.TagClassName
{
border-color: #CBC953;
}
</style>