Shades of Deco #CCCF85
Tints of Deco #CCCF85
RGB
CMYK
RGB Variations
Color information
#CCCF85 (or 0xCCCF85) is known color: Deco. HEX triplet: CC, CF and 85. RGB value is (204,207,133). Sum of RGB (Red+Green+Blue) = 204+207+133=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 133 (52.34% from 255 or 24.45% from 544); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCF85 is #33307A. Grayscale: #C5C5C5. Windows color (decimal): -3354747 or 8769484. OLE color: 8769484.
HSL color Cylindrical-coordinate representation of color #CCCF85: hue angle of 62.43º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCCF85 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 133 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.19 |
| HSL | 62.43º | 0.44% | 0.67% | - |
| HSV(B) | 62.43º | 0.36% | 0.81% | - |
| XYZ | 51.45 | 59.16 | 30.9 | - |
| YUV | 197.67 | 91.51 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 133 | 0.01 | 0 | 0.36 | 0.19 | 62.43 | 0.44 | 0.67 |
| Hex | CC | CF | 85 | 1 | 0 | 24 | 13 | 3E | 2C | 43 |
| Octal | 314 | 317 | 205 | 1 | 0 | 44 | 23 | 76 | 54 | 103 |
| Binary | 11001100 | 11001111 | 10000101 | 1 | 0 | 100100 | 10011 | 111110 | 101100 | 1000011 |
Color Harmonies of #CCCF85
Complementary color
Monochromatic Colors of #CCCF85
Black with #CCCF85
Text Example
Text Example
White with #CCCF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF85; }
p { color: rgb(204,207,133); }
H1.HeaderClassName
{
color: #CCCF85;
}
.AnyTagClassName
{
color: #CCCF85;
}
</style>
background-color css
<style>
a { background-color: #CCCF85; }
a { background-color: rgb(204,207,133); }
div.DivClassName
{
background-color: #CCCF85;
}
.BgClassName
{
background-color: #CCCF85;
}
</style>
border-color css
<style>
span { border-color: #CCCF85; }
span { border-color: rgb(204,207,133); }
td.TdClassName
{
border-color: #CCCF85;
}
.TagClassName
{
border-color: #CCCF85;
}
</style>