Shades of Wild Willow #CCCF6A
Tints of Wild Willow #CCCF6A
RGB
CMYK
RGB Variations
Color information
#CCCF6A (or 0xCCCF6A) is known color: Wild Willow. HEX triplet: CC, CF and 6A. RGB value is (204,207,106). Sum of RGB (Red+Green+Blue) = 204+207+106=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 106 (41.80% from 255 or 20.50% from 517); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCF6A is #333095. Grayscale: #C2C2C2. Windows color (decimal): -3354774 or 7000012. OLE color: 7000012.
HSL color Cylindrical-coordinate representation of color #CCCF6A: hue angle of 61.78º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCCF6A is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 106 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.19 |
| HSL | 61.78º | 0.51% | 0.61% | - |
| HSV(B) | 61.78º | 0.49% | 0.81% | - |
| XYZ | 49.82 | 58.5 | 22.3 | - |
| YUV | 194.59 | 78.01 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 106 | 0.01 | 0 | 0.49 | 0.19 | 61.78 | 0.51 | 0.61 |
| Hex | CC | CF | 6A | 1 | 0 | 31 | 13 | 3E | 33 | 3D |
| Octal | 314 | 317 | 152 | 1 | 0 | 61 | 23 | 76 | 63 | 75 |
| Binary | 11001100 | 11001111 | 1101010 | 1 | 0 | 110001 | 10011 | 111110 | 110011 | 111101 |
Color Harmonies of #CCCF6A
Complementary color
Monochromatic Colors of #CCCF6A
Black with #CCCF6A
Text Example
Text Example
White with #CCCF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF6A; }
p { color: rgb(204,207,106); }
H1.HeaderClassName
{
color: #CCCF6A;
}
.AnyTagClassName
{
color: #CCCF6A;
}
</style>
background-color css
<style>
a { background-color: #CCCF6A; }
a { background-color: rgb(204,207,106); }
div.DivClassName
{
background-color: #CCCF6A;
}
.BgClassName
{
background-color: #CCCF6A;
}
</style>
border-color css
<style>
span { border-color: #CCCF6A; }
span { border-color: rgb(204,207,106); }
td.TdClassName
{
border-color: #CCCF6A;
}
.TagClassName
{
border-color: #CCCF6A;
}
</style>