Shades of Wild Willow #CCC762
Tints of Wild Willow #CCC762
RGB
CMYK
RGB Variations
Color information
#CCC762 (or 0xCCC762) is known color: Wild Willow. HEX triplet: CC, C7 and 62. RGB value is (204,199,98). Sum of RGB (Red+Green+Blue) = 204+199+98=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 199 (78.12% from 255 or 39.72% from 501); Blue value is 98 (38.67% from 255 or 19.56% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC762 is #33389D. Grayscale: #BDBDBD. Windows color (decimal): -3356830 or 6473676. OLE color: 6473676.
HSL color Cylindrical-coordinate representation of color #CCC762: hue angle of 57.17º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCC762 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 98 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.2 |
| HSL | 57.17º | 0.51% | 0.59% | - |
| HSV(B) | 57.17º | 0.52% | 0.8% | - |
| XYZ | 47.53 | 54.57 | 19.58 | - |
| YUV | 188.98 | 76.66 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 98 | 0 | 0.02 | 0.52 | 0.2 | 57.17 | 0.51 | 0.59 |
| Hex | CC | C7 | 62 | 0 | 2 | 34 | 14 | 39 | 33 | 3B |
| Octal | 314 | 307 | 142 | 0 | 2 | 64 | 24 | 71 | 63 | 73 |
| Binary | 11001100 | 11000111 | 1100010 | 0 | 10 | 110100 | 10100 | 111001 | 110011 | 111011 |
Color Harmonies of #CCC762
Complementary color
Monochromatic Colors of #CCC762
Black with #CCC762
Text Example
Text Example
White with #CCC762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC762; }
p { color: rgb(204,199,98); }
H1.HeaderClassName
{
color: #CCC762;
}
.AnyTagClassName
{
color: #CCC762;
}
</style>
background-color css
<style>
a { background-color: #CCC762; }
a { background-color: rgb(204,199,98); }
div.DivClassName
{
background-color: #CCC762;
}
.BgClassName
{
background-color: #CCC762;
}
</style>
border-color css
<style>
span { border-color: #CCC762; }
span { border-color: rgb(204,199,98); }
td.TdClassName
{
border-color: #CCC762;
}
.TagClassName
{
border-color: #CCC762;
}
</style>