Shades of Deco #CACC8C
Tints of Deco #CACC8C
RGB
CMYK
RGB Variations
Color information
#CACC8C (or 0xCACC8C) is known color: Deco. HEX triplet: CA, CC and 8C. RGB value is (202,204,140). Sum of RGB (Red+Green+Blue) = 202+204+140=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 140 (55.08% from 255 or 25.64% from 546); Max value from RGB is 204 - color contains mainly: green. Hex color #CACC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACC8C is #353373. Grayscale: #C4C4C4. Windows color (decimal): -3486580 or 9227466. OLE color: 9227466.
HSL color Cylindrical-coordinate representation of color #CACC8C: hue angle of 61.88º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CACC8C is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 204 | 140 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.2 |
| HSL | 61.88º | 0.39% | 0.67% | - |
| HSV(B) | 61.88º | 0.31% | 0.8% | - |
| XYZ | 50.68 | 57.64 | 33.26 | - |
| YUV | 196.11 | 96.34 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 204 | 140 | 0.01 | 0 | 0.31 | 0.2 | 61.88 | 0.39 | 0.67 |
| Hex | CA | CC | 8C | 1 | 0 | 1F | 14 | 3E | 27 | 43 |
| Octal | 312 | 314 | 214 | 1 | 0 | 37 | 24 | 76 | 47 | 103 |
| Binary | 11001010 | 11001100 | 10001100 | 1 | 0 | 11111 | 10100 | 111110 | 100111 | 1000011 |
Color Harmonies of #CACC8C
Complementary color
Monochromatic Colors of #CACC8C
Black with #CACC8C
Text Example
Text Example
White with #CACC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACC8C; }
p { color: rgb(202,204,140); }
H1.HeaderClassName
{
color: #CACC8C;
}
.AnyTagClassName
{
color: #CACC8C;
}
</style>
background-color css
<style>
a { background-color: #CACC8C; }
a { background-color: rgb(202,204,140); }
div.DivClassName
{
background-color: #CACC8C;
}
.BgClassName
{
background-color: #CACC8C;
}
</style>
border-color css
<style>
span { border-color: #CACC8C; }
span { border-color: rgb(202,204,140); }
td.TdClassName
{
border-color: #CACC8C;
}
.TagClassName
{
border-color: #CACC8C;
}
</style>