Shades of Deco #CCCA8D
Tints of Deco #CCCA8D
RGB
CMYK
RGB Variations
Color information
#CCCA8D (or 0xCCCA8D) is known color: Deco. HEX triplet: CC, CA and 8D. RGB value is (204,202,141). Sum of RGB (Red+Green+Blue) = 204+202+141=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCA8D is #333572. Grayscale: #C3C3C3. Windows color (decimal): -3356019 or 9292492. OLE color: 9292492.
HSL color Cylindrical-coordinate representation of color #CCCA8D: hue angle of 58.1º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCCA8D is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 202 | 141 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.2 |
| HSL | 58.1º | 0.38% | 0.68% | - |
| HSV(B) | 58.1º | 0.31% | 0.8% | - |
| XYZ | 50.83 | 57 | 33.52 | - |
| YUV | 195.64 | 97.16 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 202 | 141 | 0 | 0.01 | 0.31 | 0.2 | 58.1 | 0.38 | 0.68 |
| Hex | CC | CA | 8D | 0 | 1 | 1F | 14 | 3A | 26 | 44 |
| Octal | 314 | 312 | 215 | 0 | 1 | 37 | 24 | 72 | 46 | 104 |
| Binary | 11001100 | 11001010 | 10001101 | 0 | 1 | 11111 | 10100 | 111010 | 100110 | 1000100 |
Color Harmonies of #CCCA8D
Complementary color
Monochromatic Colors of #CCCA8D
Black with #CCCA8D
Text Example
Text Example
White with #CCCA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCA8D; }
p { color: rgb(204,202,141); }
H1.HeaderClassName
{
color: #CCCA8D;
}
.AnyTagClassName
{
color: #CCCA8D;
}
</style>
background-color css
<style>
a { background-color: #CCCA8D; }
a { background-color: rgb(204,202,141); }
div.DivClassName
{
background-color: #CCCA8D;
}
.BgClassName
{
background-color: #CCCA8D;
}
</style>
border-color css
<style>
span { border-color: #CCCA8D; }
span { border-color: rgb(204,202,141); }
td.TdClassName
{
border-color: #CCCA8D;
}
.TagClassName
{
border-color: #CCCA8D;
}
</style>