Shades of Wild Willow #CCCF6B
Tints of Wild Willow #CCCF6B
RGB
CMYK
RGB Variations
Color information
#CCCF6B (or 0xCCCF6B) is known color: Wild Willow. HEX triplet: CC, CF and 6B. RGB value is (204,207,107). Sum of RGB (Red+Green+Blue) = 204+207+107=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 107 (42.19% from 255 or 20.66% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCF6B is #333094. Grayscale: #C3C3C3. Windows color (decimal): -3354773 or 7065548. OLE color: 7065548.
HSL color Cylindrical-coordinate representation of color #CCCF6B: hue angle of 61.8º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCCF6B is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 107 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.19 |
| HSL | 61.8º | 0.51% | 0.62% | - |
| HSV(B) | 61.8º | 0.48% | 0.81% | - |
| XYZ | 49.87 | 58.52 | 22.58 | - |
| YUV | 194.7 | 78.51 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 107 | 0.01 | 0 | 0.48 | 0.19 | 61.8 | 0.51 | 0.62 |
| Hex | CC | CF | 6B | 1 | 0 | 30 | 13 | 3E | 33 | 3E |
| Octal | 314 | 317 | 153 | 1 | 0 | 60 | 23 | 76 | 63 | 76 |
| Binary | 11001100 | 11001111 | 1101011 | 1 | 0 | 110000 | 10011 | 111110 | 110011 | 111110 |
Color Harmonies of #CCCF6B
Complementary color
Monochromatic Colors of #CCCF6B
Black with #CCCF6B
Text Example
Text Example
White with #CCCF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF6B; }
p { color: rgb(204,207,107); }
H1.HeaderClassName
{
color: #CCCF6B;
}
.AnyTagClassName
{
color: #CCCF6B;
}
</style>
background-color css
<style>
a { background-color: #CCCF6B; }
a { background-color: rgb(204,207,107); }
div.DivClassName
{
background-color: #CCCF6B;
}
.BgClassName
{
background-color: #CCCF6B;
}
</style>
border-color css
<style>
span { border-color: #CCCF6B; }
span { border-color: rgb(204,207,107); }
td.TdClassName
{
border-color: #CCCF6B;
}
.TagClassName
{
border-color: #CCCF6B;
}
</style>