Shades of Deco #C8CA8A
Tints of Deco #C8CA8A
RGB
CMYK
RGB Variations
Color information
#C8CA8A (or 0xC8CA8A) is known color: Deco. HEX triplet: C8, CA and 8A. RGB value is (200,202,138). Sum of RGB (Red+Green+Blue) = 200+202+138=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CA8A is #373575. Grayscale: #C2C2C2. Windows color (decimal): -3618166 or 9095880. OLE color: 9095880.
HSL color Cylindrical-coordinate representation of color #C8CA8A: hue angle of 61.88º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8CA8A is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 138 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.21 |
| HSL | 61.88º | 0.38% | 0.67% | - |
| HSV(B) | 61.88º | 0.32% | 0.79% | - |
| XYZ | 49.53 | 56.36 | 32.31 | - |
| YUV | 194.11 | 96.34 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 138 | 0.01 | 0 | 0.32 | 0.21 | 61.88 | 0.38 | 0.67 |
| Hex | C8 | CA | 8A | 1 | 0 | 20 | 15 | 3E | 26 | 43 |
| Octal | 310 | 312 | 212 | 1 | 0 | 40 | 25 | 76 | 46 | 103 |
| Binary | 11001000 | 11001010 | 10001010 | 1 | 0 | 100000 | 10101 | 111110 | 100110 | 1000011 |
Color Harmonies of #C8CA8A
Complementary color
Monochromatic Colors of #C8CA8A
Black with #C8CA8A
Text Example
Text Example
White with #C8CA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CA8A; }
p { color: rgb(200,202,138); }
H1.HeaderClassName
{
color: #C8CA8A;
}
.AnyTagClassName
{
color: #C8CA8A;
}
</style>
background-color css
<style>
a { background-color: #C8CA8A; }
a { background-color: rgb(200,202,138); }
div.DivClassName
{
background-color: #C8CA8A;
}
.BgClassName
{
background-color: #C8CA8A;
}
</style>
border-color css
<style>
span { border-color: #C8CA8A; }
span { border-color: rgb(200,202,138); }
td.TdClassName
{
border-color: #C8CA8A;
}
.TagClassName
{
border-color: #C8CA8A;
}
</style>