Shades of Wild Willow #CCC763
Tints of Wild Willow #CCC763
RGB
CMYK
RGB Variations
Color information
#CCC763 (or 0xCCC763) is known color: Wild Willow. HEX triplet: CC, C7 and 63. RGB value is (204,199,99). Sum of RGB (Red+Green+Blue) = 204+199+99=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 99 (39.06% from 255 or 19.72% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC763 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC763 is #33389C. Grayscale: #BDBDBD. Windows color (decimal): -3356829 or 6539212. OLE color: 6539212.
HSL color Cylindrical-coordinate representation of color #CCC763: hue angle of 57.14º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCC763 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 99 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.2 |
| HSL | 57.14º | 0.51% | 0.59% | - |
| HSV(B) | 57.14º | 0.51% | 0.8% | - |
| XYZ | 47.58 | 54.59 | 19.83 | - |
| YUV | 189.1 | 77.16 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 99 | 0 | 0.02 | 0.51 | 0.2 | 57.14 | 0.51 | 0.59 |
| Hex | CC | C7 | 63 | 0 | 2 | 33 | 14 | 39 | 33 | 3B |
| Octal | 314 | 307 | 143 | 0 | 2 | 63 | 24 | 71 | 63 | 73 |
| Binary | 11001100 | 11000111 | 1100011 | 0 | 10 | 110011 | 10100 | 111001 | 110011 | 111011 |
Color Harmonies of #CCC763
Complementary color
Monochromatic Colors of #CCC763
Black with #CCC763
Text Example
Text Example
White with #CCC763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC763; }
p { color: rgb(204,199,99); }
H1.HeaderClassName
{
color: #CCC763;
}
.AnyTagClassName
{
color: #CCC763;
}
</style>
background-color css
<style>
a { background-color: #CCC763; }
a { background-color: rgb(204,199,99); }
div.DivClassName
{
background-color: #CCC763;
}
.BgClassName
{
background-color: #CCC763;
}
</style>
border-color css
<style>
span { border-color: #CCC763; }
span { border-color: rgb(204,199,99); }
td.TdClassName
{
border-color: #CCC763;
}
.TagClassName
{
border-color: #CCC763;
}
</style>