Shades of Deco #CCC98A
Tints of Deco #CCC98A
RGB
CMYK
RGB Variations
Color information
#CCC98A (or 0xCCC98A) is known color: Deco. HEX triplet: CC, C9 and 8A. RGB value is (204,201,138). Sum of RGB (Red+Green+Blue) = 204+201+138=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC98A is #333675. Grayscale: #C2C2C2. Windows color (decimal): -3356278 or 9095628. OLE color: 9095628.
HSL color Cylindrical-coordinate representation of color #CCC98A: hue angle of 57.27º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCC98A is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 138 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.2 |
| HSL | 57.27º | 0.39% | 0.67% | - |
| HSV(B) | 57.27º | 0.32% | 0.8% | - |
| XYZ | 50.38 | 56.45 | 32.28 | - |
| YUV | 194.72 | 95.99 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 138 | 0 | 0.01 | 0.32 | 0.2 | 57.27 | 0.39 | 0.67 |
| Hex | CC | C9 | 8A | 0 | 1 | 20 | 14 | 39 | 27 | 43 |
| Octal | 314 | 311 | 212 | 0 | 1 | 40 | 24 | 71 | 47 | 103 |
| Binary | 11001100 | 11001001 | 10001010 | 0 | 1 | 100000 | 10100 | 111001 | 100111 | 1000011 |
Color Harmonies of #CCC98A
Complementary color
Monochromatic Colors of #CCC98A
Black with #CCC98A
Text Example
Text Example
White with #CCC98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC98A; }
p { color: rgb(204,201,138); }
H1.HeaderClassName
{
color: #CCC98A;
}
.AnyTagClassName
{
color: #CCC98A;
}
</style>
background-color css
<style>
a { background-color: #CCC98A; }
a { background-color: rgb(204,201,138); }
div.DivClassName
{
background-color: #CCC98A;
}
.BgClassName
{
background-color: #CCC98A;
}
</style>
border-color css
<style>
span { border-color: #CCC98A; }
span { border-color: rgb(204,201,138); }
td.TdClassName
{
border-color: #CCC98A;
}
.TagClassName
{
border-color: #CCC98A;
}
</style>