Shades of Wild Willow #CCCF65
Tints of Wild Willow #CCCF65
RGB
CMYK
RGB Variations
Color information
#CCCF65 (or 0xCCCF65) is known color: Wild Willow. HEX triplet: CC, CF and 65. RGB value is (204,207,101). Sum of RGB (Red+Green+Blue) = 204+207+101=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 101 (39.84% from 255 or 19.73% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCF65 is #33309A. Grayscale: #C2C2C2. Windows color (decimal): -3354779 or 6672332. OLE color: 6672332.
HSL color Cylindrical-coordinate representation of color #CCCF65: hue angle of 61.7º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCCF65 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 101 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.19 |
| HSL | 61.7º | 0.52% | 0.6% | - |
| HSV(B) | 61.7º | 0.51% | 0.81% | - |
| XYZ | 49.56 | 58.4 | 20.97 | - |
| YUV | 194.02 | 75.51 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 101 | 0.01 | 0 | 0.51 | 0.19 | 61.7 | 0.52 | 0.6 |
| Hex | CC | CF | 65 | 1 | 0 | 33 | 13 | 3E | 34 | 3C |
| Octal | 314 | 317 | 145 | 1 | 0 | 63 | 23 | 76 | 64 | 74 |
| Binary | 11001100 | 11001111 | 1100101 | 1 | 0 | 110011 | 10011 | 111110 | 110100 | 111100 |
Color Harmonies of #CCCF65
Complementary color
Monochromatic Colors of #CCCF65
Black with #CCCF65
Text Example
Text Example
White with #CCCF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF65; }
p { color: rgb(204,207,101); }
H1.HeaderClassName
{
color: #CCCF65;
}
.AnyTagClassName
{
color: #CCCF65;
}
</style>
background-color css
<style>
a { background-color: #CCCF65; }
a { background-color: rgb(204,207,101); }
div.DivClassName
{
background-color: #CCCF65;
}
.BgClassName
{
background-color: #CCCF65;
}
</style>
border-color css
<style>
span { border-color: #CCCF65; }
span { border-color: rgb(204,207,101); }
td.TdClassName
{
border-color: #CCCF65;
}
.TagClassName
{
border-color: #CCCF65;
}
</style>