Shades of Wild Willow #CCCB57
Tints of Wild Willow #CCCB57
RGB
CMYK
RGB Variations
Color information
#CCCB57 (or 0xCCCB57) is known color: Wild Willow. HEX triplet: CC, CB and 57. RGB value is (204,203,87). Sum of RGB (Red+Green+Blue) = 204+203+87=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 87 (34.38% from 255 or 17.61% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB57 is #3334A8. Grayscale: #BEBEBE. Windows color (decimal): -3355817 or 5753804. OLE color: 5753804.
HSL color Cylindrical-coordinate representation of color #CCCB57: hue angle of 59.49º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCCB57 is Cyan = 0, Magento = 0.00, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 87 | - |
| CMYK | 0 | 0.00 | 0.57 | 0.2 |
| HSL | 59.49º | 0.53% | 0.57% | - |
| HSV(B) | 59.49º | 0.57% | 0.8% | - |
| XYZ | 47.98 | 56.24 | 17.34 | - |
| YUV | 190.08 | 69.83 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 87 | 0 | 0.00 | 0.57 | 0.2 | 59.49 | 0.53 | 0.57 |
| Hex | CC | CB | 57 | 0 | 0 | 39 | 14 | 3B | 35 | 39 |
| Octal | 314 | 313 | 127 | 0 | 0 | 71 | 24 | 73 | 65 | 71 |
| Binary | 11001100 | 11001011 | 1010111 | 0 | 0 | 111001 | 10100 | 111011 | 110101 | 111001 |
Color Harmonies of #CCCB57
Complementary color
Monochromatic Colors of #CCCB57
Black with #CCCB57
Text Example
Text Example
White with #CCCB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB57; }
p { color: rgb(204,203,87); }
H1.HeaderClassName
{
color: #CCCB57;
}
.AnyTagClassName
{
color: #CCCB57;
}
</style>
background-color css
<style>
a { background-color: #CCCB57; }
a { background-color: rgb(204,203,87); }
div.DivClassName
{
background-color: #CCCB57;
}
.BgClassName
{
background-color: #CCCB57;
}
</style>
border-color css
<style>
span { border-color: #CCCB57; }
span { border-color: rgb(204,203,87); }
td.TdClassName
{
border-color: #CCCB57;
}
.TagClassName
{
border-color: #CCCB57;
}
</style>