Shades of Deco #CCCF89
Tints of Deco #CCCF89
RGB
CMYK
RGB Variations
Color information
#CCCF89 (or 0xCCCF89) is known color: Deco. HEX triplet: CC, CF and 89. RGB value is (204,207,137). Sum of RGB (Red+Green+Blue) = 204+207+137=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 137 (53.91% from 255 or 25% from 548); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCF89 is #333076. Grayscale: #C6C6C6. Windows color (decimal): -3354743 or 9031628. OLE color: 9031628.
HSL color Cylindrical-coordinate representation of color #CCCF89: hue angle of 62.57º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCCF89 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 137 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.19 |
| HSL | 62.57º | 0.42% | 0.67% | - |
| HSV(B) | 62.57º | 0.34% | 0.81% | - |
| XYZ | 51.73 | 59.27 | 32.38 | - |
| YUV | 198.12 | 93.51 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 137 | 0.01 | 0 | 0.34 | 0.19 | 62.57 | 0.42 | 0.67 |
| Hex | CC | CF | 89 | 1 | 0 | 22 | 13 | 3F | 2A | 43 |
| Octal | 314 | 317 | 211 | 1 | 0 | 42 | 23 | 77 | 52 | 103 |
| Binary | 11001100 | 11001111 | 10001001 | 1 | 0 | 100010 | 10011 | 111111 | 101010 | 1000011 |
Color Harmonies of #CCCF89
Complementary color
Monochromatic Colors of #CCCF89
Black with #CCCF89
Text Example
Text Example
White with #CCCF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF89; }
p { color: rgb(204,207,137); }
H1.HeaderClassName
{
color: #CCCF89;
}
.AnyTagClassName
{
color: #CCCF89;
}
</style>
background-color css
<style>
a { background-color: #CCCF89; }
a { background-color: rgb(204,207,137); }
div.DivClassName
{
background-color: #CCCF89;
}
.BgClassName
{
background-color: #CCCF89;
}
</style>
border-color css
<style>
span { border-color: #CCCF89; }
span { border-color: rgb(204,207,137); }
td.TdClassName
{
border-color: #CCCF89;
}
.TagClassName
{
border-color: #CCCF89;
}
</style>