Shades of Wild Willow #CCC86B
Tints of Wild Willow #CCC86B
RGB
CMYK
RGB Variations
Color information
#CCC86B (or 0xCCC86B) is known color: Wild Willow. HEX triplet: CC, C8 and 6B. RGB value is (204,200,107). Sum of RGB (Red+Green+Blue) = 204+200+107=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 107 (42.19% from 255 or 20.94% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC86B is #333794. Grayscale: #BEBEBE. Windows color (decimal): -3356565 or 7063756. OLE color: 7063756.
HSL color Cylindrical-coordinate representation of color #CCC86B: hue angle of 57.53º 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 #CCC86B is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 107 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.2 |
| HSL | 57.53º | 0.49% | 0.61% | - |
| HSV(B) | 57.53º | 0.48% | 0.8% | - |
| XYZ | 48.21 | 55.21 | 22.03 | - |
| YUV | 190.59 | 80.83 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 107 | 0 | 0.02 | 0.48 | 0.2 | 57.53 | 0.49 | 0.61 |
| Hex | CC | C8 | 6B | 0 | 2 | 30 | 14 | 3A | 31 | 3D |
| Octal | 314 | 310 | 153 | 0 | 2 | 60 | 24 | 72 | 61 | 75 |
| Binary | 11001100 | 11001000 | 1101011 | 0 | 10 | 110000 | 10100 | 111010 | 110001 | 111101 |
Color Harmonies of #CCC86B
Complementary color
Monochromatic Colors of #CCC86B
Black with #CCC86B
Text Example
Text Example
White with #CCC86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC86B; }
p { color: rgb(204,200,107); }
H1.HeaderClassName
{
color: #CCC86B;
}
.AnyTagClassName
{
color: #CCC86B;
}
</style>
background-color css
<style>
a { background-color: #CCC86B; }
a { background-color: rgb(204,200,107); }
div.DivClassName
{
background-color: #CCC86B;
}
.BgClassName
{
background-color: #CCC86B;
}
</style>
border-color css
<style>
span { border-color: #CCC86B; }
span { border-color: rgb(204,200,107); }
td.TdClassName
{
border-color: #CCC86B;
}
.TagClassName
{
border-color: #CCC86B;
}
</style>