Shades of Deco #CCC98B
Tints of Deco #CCC98B
RGB
CMYK
RGB Variations
Color information
#CCC98B (or 0xCCC98B) is known color: Deco. HEX triplet: CC, C9 and 8B. RGB value is (204,201,139). Sum of RGB (Red+Green+Blue) = 204+201+139=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 139 (54.69% from 255 or 25.55% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC98B is #333674. Grayscale: #C3C3C3. Windows color (decimal): -3356277 or 9161164. OLE color: 9161164.
HSL color Cylindrical-coordinate representation of color #CCC98B: hue angle of 57.23º 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 #CCC98B is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 139 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.2 |
| HSL | 57.23º | 0.39% | 0.67% | - |
| HSV(B) | 57.23º | 0.32% | 0.8% | - |
| XYZ | 50.45 | 56.47 | 32.67 | - |
| YUV | 194.83 | 96.49 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 139 | 0 | 0.01 | 0.32 | 0.2 | 57.23 | 0.39 | 0.67 |
| Hex | CC | C9 | 8B | 0 | 1 | 20 | 14 | 39 | 27 | 43 |
| Octal | 314 | 311 | 213 | 0 | 1 | 40 | 24 | 71 | 47 | 103 |
| Binary | 11001100 | 11001001 | 10001011 | 0 | 1 | 100000 | 10100 | 111001 | 100111 | 1000011 |
Color Harmonies of #CCC98B
Complementary color
Monochromatic Colors of #CCC98B
Black with #CCC98B
Text Example
Text Example
White with #CCC98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC98B; }
p { color: rgb(204,201,139); }
H1.HeaderClassName
{
color: #CCC98B;
}
.AnyTagClassName
{
color: #CCC98B;
}
</style>
background-color css
<style>
a { background-color: #CCC98B; }
a { background-color: rgb(204,201,139); }
div.DivClassName
{
background-color: #CCC98B;
}
.BgClassName
{
background-color: #CCC98B;
}
</style>
border-color css
<style>
span { border-color: #CCC98B; }
span { border-color: rgb(204,201,139); }
td.TdClassName
{
border-color: #CCC98B;
}
.TagClassName
{
border-color: #CCC98B;
}
</style>