Shades of Wild Willow #CCC768
Tints of Wild Willow #CCC768
RGB
CMYK
RGB Variations
Color information
#CCC768 (or 0xCCC768) is known color: Wild Willow. HEX triplet: CC, C7 and 68. RGB value is (204,199,104). Sum of RGB (Red+Green+Blue) = 204+199+104=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 199 (78.12% from 255 or 39.25% from 507); Blue value is 104 (41.02% from 255 or 20.51% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC768 is #333897. Grayscale: #BEBEBE. Windows color (decimal): -3356824 or 6866892. OLE color: 6866892.
HSL color Cylindrical-coordinate representation of color #CCC768: hue angle of 57º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCC768 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 104 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.2 |
| HSL | 57º | 0.5% | 0.6% | - |
| HSV(B) | 57º | 0.49% | 0.8% | - |
| XYZ | 47.82 | 54.68 | 21.13 | - |
| YUV | 189.67 | 79.66 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 104 | 0 | 0.02 | 0.49 | 0.2 | 57 | 0.5 | 0.6 |
| Hex | CC | C7 | 68 | 0 | 2 | 31 | 14 | 39 | 32 | 3C |
| Octal | 314 | 307 | 150 | 0 | 2 | 61 | 24 | 71 | 62 | 74 |
| Binary | 11001100 | 11000111 | 1101000 | 0 | 10 | 110001 | 10100 | 111001 | 110010 | 111100 |
Color Harmonies of #CCC768
Complementary color
Monochromatic Colors of #CCC768
Black with #CCC768
Text Example
Text Example
White with #CCC768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC768; }
p { color: rgb(204,199,104); }
H1.HeaderClassName
{
color: #CCC768;
}
.AnyTagClassName
{
color: #CCC768;
}
</style>
background-color css
<style>
a { background-color: #CCC768; }
a { background-color: rgb(204,199,104); }
div.DivClassName
{
background-color: #CCC768;
}
.BgClassName
{
background-color: #CCC768;
}
</style>
border-color css
<style>
span { border-color: #CCC768; }
span { border-color: rgb(204,199,104); }
td.TdClassName
{
border-color: #CCC768;
}
.TagClassName
{
border-color: #CCC768;
}
</style>