Shades of Wild Willow #CBC555
Tints of Wild Willow #CBC555
RGB
CMYK
RGB Variations
Color information
#CBC555 (or 0xCBC555) is known color: Wild Willow. HEX triplet: CB, C5 and 55. RGB value is (203,197,85). Sum of RGB (Red+Green+Blue) = 203+197+85=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 85 (33.59% from 255 or 17.53% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC555 is #343AAA. Grayscale: #BABABA. Windows color (decimal): -3422891 or 5621195. OLE color: 5621195.
HSL color Cylindrical-coordinate representation of color #CBC555: hue angle of 56.95º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBC555 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 85 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.20 |
| HSL | 56.95º | 0.53% | 0.56% | - |
| HSV(B) | 56.95º | 0.58% | 0.8% | - |
| XYZ | 46.23 | 53.28 | 16.44 | - |
| YUV | 186.03 | 70.99 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 85 | 0 | 0.03 | 0.58 | 0.20 | 56.95 | 0.53 | 0.56 |
| Hex | CB | C5 | 55 | 0 | 3 | 3A | 14 | 39 | 35 | 38 |
| Octal | 313 | 305 | 125 | 0 | 3 | 72 | 24 | 71 | 65 | 70 |
| Binary | 11001011 | 11000101 | 1010101 | 0 | 11 | 111010 | 10100 | 111001 | 110101 | 111000 |
Color Harmonies of #CBC555
Complementary color
Monochromatic Colors of #CBC555
Black with #CBC555
Text Example
Text Example
White with #CBC555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC555; }
p { color: rgb(203,197,85); }
H1.HeaderClassName
{
color: #CBC555;
}
.AnyTagClassName
{
color: #CBC555;
}
</style>
background-color css
<style>
a { background-color: #CBC555; }
a { background-color: rgb(203,197,85); }
div.DivClassName
{
background-color: #CBC555;
}
.BgClassName
{
background-color: #CBC555;
}
</style>
border-color css
<style>
span { border-color: #CBC555; }
span { border-color: rgb(203,197,85); }
td.TdClassName
{
border-color: #CBC555;
}
.TagClassName
{
border-color: #CBC555;
}
</style>