Shades of Deco #CCCA8A
Tints of Deco #CCCA8A
RGB
CMYK
RGB Variations
Color information
#CCCA8A (or 0xCCCA8A) is known color: Deco. HEX triplet: CC, CA and 8A. RGB value is (204,202,138). Sum of RGB (Red+Green+Blue) = 204+202+138=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 138 (54.30% from 255 or 25.37% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCA8A is #333575. Grayscale: #C3C3C3. Windows color (decimal): -3356022 or 9095884. OLE color: 9095884.
HSL color Cylindrical-coordinate representation of color #CCCA8A: hue angle of 58.18º 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 #CCCA8A is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 202 | 138 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.2 |
| HSL | 58.18º | 0.39% | 0.67% | - |
| HSV(B) | 58.18º | 0.32% | 0.8% | - |
| XYZ | 50.61 | 56.91 | 32.36 | - |
| YUV | 195.3 | 95.66 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 202 | 138 | 0 | 0.01 | 0.32 | 0.2 | 58.18 | 0.39 | 0.67 |
| Hex | CC | CA | 8A | 0 | 1 | 20 | 14 | 3A | 27 | 43 |
| Octal | 314 | 312 | 212 | 0 | 1 | 40 | 24 | 72 | 47 | 103 |
| Binary | 11001100 | 11001010 | 10001010 | 0 | 1 | 100000 | 10100 | 111010 | 100111 | 1000011 |
Color Harmonies of #CCCA8A
Complementary color
Monochromatic Colors of #CCCA8A
Black with #CCCA8A
Text Example
Text Example
White with #CCCA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCA8A; }
p { color: rgb(204,202,138); }
H1.HeaderClassName
{
color: #CCCA8A;
}
.AnyTagClassName
{
color: #CCCA8A;
}
</style>
background-color css
<style>
a { background-color: #CCCA8A; }
a { background-color: rgb(204,202,138); }
div.DivClassName
{
background-color: #CCCA8A;
}
.BgClassName
{
background-color: #CCCA8A;
}
</style>
border-color css
<style>
span { border-color: #CCCA8A; }
span { border-color: rgb(204,202,138); }
td.TdClassName
{
border-color: #CCCA8A;
}
.TagClassName
{
border-color: #CCCA8A;
}
</style>