Shades of Wild Willow #CCC758
Tints of Wild Willow #CCC758
RGB
CMYK
RGB Variations
Color information
#CCC758 (or 0xCCC758) is known color: Wild Willow. HEX triplet: CC, C7 and 58. RGB value is (204,199,88). Sum of RGB (Red+Green+Blue) = 204+199+88=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 199 (78.12% from 255 or 40.53% from 491); Blue value is 88 (34.77% from 255 or 17.92% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC758 is #3338A7. Grayscale: #BCBCBC. Windows color (decimal): -3356840 or 5818316. OLE color: 5818316.
HSL color Cylindrical-coordinate representation of color #CCC758: hue angle of 57.41º 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 #CCC758 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 88 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.2 |
| HSL | 57.41º | 0.53% | 0.57% | - |
| HSV(B) | 57.41º | 0.57% | 0.8% | - |
| XYZ | 47.09 | 54.39 | 17.25 | - |
| YUV | 187.84 | 71.66 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 88 | 0 | 0.02 | 0.57 | 0.2 | 57.41 | 0.53 | 0.57 |
| Hex | CC | C7 | 58 | 0 | 2 | 39 | 14 | 39 | 35 | 39 |
| Octal | 314 | 307 | 130 | 0 | 2 | 71 | 24 | 71 | 65 | 71 |
| Binary | 11001100 | 11000111 | 1011000 | 0 | 10 | 111001 | 10100 | 111001 | 110101 | 111001 |
Color Harmonies of #CCC758
Complementary color
Monochromatic Colors of #CCC758
Black with #CCC758
Text Example
Text Example
White with #CCC758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC758; }
p { color: rgb(204,199,88); }
H1.HeaderClassName
{
color: #CCC758;
}
.AnyTagClassName
{
color: #CCC758;
}
</style>
background-color css
<style>
a { background-color: #CCC758; }
a { background-color: rgb(204,199,88); }
div.DivClassName
{
background-color: #CCC758;
}
.BgClassName
{
background-color: #CCC758;
}
</style>
border-color css
<style>
span { border-color: #CCC758; }
span { border-color: rgb(204,199,88); }
td.TdClassName
{
border-color: #CCC758;
}
.TagClassName
{
border-color: #CCC758;
}
</style>