Shades of Wild Willow #CCC96B
Tints of Wild Willow #CCC96B
RGB
CMYK
RGB Variations
Color information
#CCC96B (or 0xCCC96B) is known color: Wild Willow. HEX triplet: CC, C9 and 6B. RGB value is (204,201,107). Sum of RGB (Red+Green+Blue) = 204+201+107=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 107 (42.19% from 255 or 20.90% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC96B is #333694. Grayscale: #BFBFBF. Windows color (decimal): -3356309 or 7064012. OLE color: 7064012.
HSL color Cylindrical-coordinate representation of color #CCC96B: hue angle of 58.14º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCC96B is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 107 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.2 |
| HSL | 58.14º | 0.49% | 0.61% | - |
| HSV(B) | 58.14º | 0.48% | 0.8% | - |
| XYZ | 48.44 | 55.67 | 22.1 | - |
| YUV | 191.18 | 80.49 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 107 | 0 | 0.01 | 0.48 | 0.2 | 58.14 | 0.49 | 0.61 |
| Hex | CC | C9 | 6B | 0 | 1 | 30 | 14 | 3A | 31 | 3D |
| Octal | 314 | 311 | 153 | 0 | 1 | 60 | 24 | 72 | 61 | 75 |
| Binary | 11001100 | 11001001 | 1101011 | 0 | 1 | 110000 | 10100 | 111010 | 110001 | 111101 |
Color Harmonies of #CCC96B
Complementary color
Monochromatic Colors of #CCC96B
Black with #CCC96B
Text Example
Text Example
White with #CCC96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC96B; }
p { color: rgb(204,201,107); }
H1.HeaderClassName
{
color: #CCC96B;
}
.AnyTagClassName
{
color: #CCC96B;
}
</style>
background-color css
<style>
a { background-color: #CCC96B; }
a { background-color: rgb(204,201,107); }
div.DivClassName
{
background-color: #CCC96B;
}
.BgClassName
{
background-color: #CCC96B;
}
</style>
border-color css
<style>
span { border-color: #CCC96B; }
span { border-color: rgb(204,201,107); }
td.TdClassName
{
border-color: #CCC96B;
}
.TagClassName
{
border-color: #CCC96B;
}
</style>