Shades of Deco #CCC98C
Tints of Deco #CCC98C
RGB
CMYK
RGB Variations
Color information
#CCC98C (or 0xCCC98C) is known color: Deco. HEX triplet: CC, C9 and 8C. RGB value is (204,201,140). Sum of RGB (Red+Green+Blue) = 204+201+140=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC98C is #333673. Grayscale: #C3C3C3. Windows color (decimal): -3356276 or 9226700. OLE color: 9226700.
HSL color Cylindrical-coordinate representation of color #CCC98C: hue angle of 57.19º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCC98C is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 140 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.2 |
| HSL | 57.19º | 0.39% | 0.67% | - |
| HSV(B) | 57.19º | 0.31% | 0.8% | - |
| XYZ | 50.52 | 56.5 | 33.05 | - |
| YUV | 194.94 | 96.99 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 140 | 0 | 0.01 | 0.31 | 0.2 | 57.19 | 0.39 | 0.67 |
| Hex | CC | C9 | 8C | 0 | 1 | 1F | 14 | 39 | 27 | 43 |
| Octal | 314 | 311 | 214 | 0 | 1 | 37 | 24 | 71 | 47 | 103 |
| Binary | 11001100 | 11001001 | 10001100 | 0 | 1 | 11111 | 10100 | 111001 | 100111 | 1000011 |
Color Harmonies of #CCC98C
Complementary color
Monochromatic Colors of #CCC98C
Black with #CCC98C
Text Example
Text Example
White with #CCC98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC98C; }
p { color: rgb(204,201,140); }
H1.HeaderClassName
{
color: #CCC98C;
}
.AnyTagClassName
{
color: #CCC98C;
}
</style>
background-color css
<style>
a { background-color: #CCC98C; }
a { background-color: rgb(204,201,140); }
div.DivClassName
{
background-color: #CCC98C;
}
.BgClassName
{
background-color: #CCC98C;
}
</style>
border-color css
<style>
span { border-color: #CCC98C; }
span { border-color: rgb(204,201,140); }
td.TdClassName
{
border-color: #CCC98C;
}
.TagClassName
{
border-color: #CCC98C;
}
</style>