Shades of Wild Willow #CBCC52
Tints of Wild Willow #CBCC52
RGB
CMYK
RGB Variations
Color information
#CBCC52 (or 0xCBCC52) is known color: Wild Willow. HEX triplet: CB, CC and 52. RGB value is (203,204,82). Sum of RGB (Red+Green+Blue) = 203+204+82=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 82 (32.42% from 255 or 16.77% from 489); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCC52 is #3433AD. Grayscale: #BEBEBE. Windows color (decimal): -3421102 or 5426379. OLE color: 5426379.
HSL color Cylindrical-coordinate representation of color #CBCC52: hue angle of 60.49º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBCC52 is Cyan = 0.00, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 82 | - |
| CMYK | 0.00 | 0 | 0.60 | 0.2 |
| HSL | 60.49º | 0.54% | 0.56% | - |
| HSV(B) | 60.49º | 0.6% | 0.8% | - |
| XYZ | 47.74 | 56.49 | 16.37 | - |
| YUV | 189.79 | 67.17 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 82 | 0.00 | 0 | 0.60 | 0.2 | 60.49 | 0.54 | 0.56 |
| Hex | CB | CC | 52 | 0 | 0 | 3C | 14 | 3C | 36 | 38 |
| Octal | 313 | 314 | 122 | 0 | 0 | 74 | 24 | 74 | 66 | 70 |
| Binary | 11001011 | 11001100 | 1010010 | 0 | 0 | 111100 | 10100 | 111100 | 110110 | 111000 |
Color Harmonies of #CBCC52
Complementary color
Monochromatic Colors of #CBCC52
Black with #CBCC52
Text Example
Text Example
White with #CBCC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC52; }
p { color: rgb(203,204,82); }
H1.HeaderClassName
{
color: #CBCC52;
}
.AnyTagClassName
{
color: #CBCC52;
}
</style>
background-color css
<style>
a { background-color: #CBCC52; }
a { background-color: rgb(203,204,82); }
div.DivClassName
{
background-color: #CBCC52;
}
.BgClassName
{
background-color: #CBCC52;
}
</style>
border-color css
<style>
span { border-color: #CBCC52; }
span { border-color: rgb(203,204,82); }
td.TdClassName
{
border-color: #CBCC52;
}
.TagClassName
{
border-color: #CBCC52;
}
</style>