Shades of Deco #CCC98F
Tints of Deco #CCC98F
RGB
CMYK
RGB Variations
Color information
#CCC98F (or 0xCCC98F) is known color: Deco. HEX triplet: CC, C9 and 8F. RGB value is (204,201,143). Sum of RGB (Red+Green+Blue) = 204+201+143=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 143 (56.25% from 255 or 26.09% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC98F is #333670. Grayscale: #C3C3C3. Windows color (decimal): -3356273 or 9423308. OLE color: 9423308.
HSL color Cylindrical-coordinate representation of color #CCC98F: hue angle of 57.05º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCC98F is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 143 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.2 |
| HSL | 57.05º | 0.37% | 0.68% | - |
| HSV(B) | 57.05º | 0.3% | 0.8% | - |
| XYZ | 50.75 | 56.59 | 34.24 | - |
| YUV | 195.29 | 98.49 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 143 | 0 | 0.01 | 0.30 | 0.2 | 57.05 | 0.37 | 0.68 |
| Hex | CC | C9 | 8F | 0 | 1 | 1E | 14 | 39 | 25 | 44 |
| Octal | 314 | 311 | 217 | 0 | 1 | 36 | 24 | 71 | 45 | 104 |
| Binary | 11001100 | 11001001 | 10001111 | 0 | 1 | 11110 | 10100 | 111001 | 100101 | 1000100 |
Color Harmonies of #CCC98F
Complementary color
Monochromatic Colors of #CCC98F
Black with #CCC98F
Text Example
Text Example
White with #CCC98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC98F; }
p { color: rgb(204,201,143); }
H1.HeaderClassName
{
color: #CCC98F;
}
.AnyTagClassName
{
color: #CCC98F;
}
</style>
background-color css
<style>
a { background-color: #CCC98F; }
a { background-color: rgb(204,201,143); }
div.DivClassName
{
background-color: #CCC98F;
}
.BgClassName
{
background-color: #CCC98F;
}
</style>
border-color css
<style>
span { border-color: #CCC98F; }
span { border-color: rgb(204,201,143); }
td.TdClassName
{
border-color: #CCC98F;
}
.TagClassName
{
border-color: #CCC98F;
}
</style>