Shades of Deco #C8CA8F
Tints of Deco #C8CA8F
RGB
CMYK
RGB Variations
Color information
#C8CA8F (or 0xC8CA8F) is known color: Deco. HEX triplet: C8, CA and 8F. RGB value is (200,202,143). Sum of RGB (Red+Green+Blue) = 200+202+143=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 143 (56.25% from 255 or 26.24% from 545); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CA8F is #373570. Grayscale: #C2C2C2. Windows color (decimal): -3618161 or 9423560. OLE color: 9423560.
HSL color Cylindrical-coordinate representation of color #C8CA8F: hue angle of 62.03º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8CA8F is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 143 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.21 |
| HSL | 62.03º | 0.36% | 0.68% | - |
| HSV(B) | 62.03º | 0.29% | 0.79% | - |
| XYZ | 49.9 | 56.5 | 34.26 | - |
| YUV | 194.68 | 98.84 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 143 | 0.01 | 0 | 0.29 | 0.21 | 62.03 | 0.36 | 0.68 |
| Hex | C8 | CA | 8F | 1 | 0 | 1D | 15 | 3E | 24 | 44 |
| Octal | 310 | 312 | 217 | 1 | 0 | 35 | 25 | 76 | 44 | 104 |
| Binary | 11001000 | 11001010 | 10001111 | 1 | 0 | 11101 | 10101 | 111110 | 100100 | 1000100 |
Color Harmonies of #C8CA8F
Complementary color
Monochromatic Colors of #C8CA8F
Black with #C8CA8F
Text Example
Text Example
White with #C8CA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CA8F; }
p { color: rgb(200,202,143); }
H1.HeaderClassName
{
color: #C8CA8F;
}
.AnyTagClassName
{
color: #C8CA8F;
}
</style>
background-color css
<style>
a { background-color: #C8CA8F; }
a { background-color: rgb(200,202,143); }
div.DivClassName
{
background-color: #C8CA8F;
}
.BgClassName
{
background-color: #C8CA8F;
}
</style>
border-color css
<style>
span { border-color: #C8CA8F; }
span { border-color: rgb(200,202,143); }
td.TdClassName
{
border-color: #C8CA8F;
}
.TagClassName
{
border-color: #C8CA8F;
}
</style>