Shades of Deco #C8CD90
Tints of Deco #C8CD90
RGB
CMYK
RGB Variations
Color information
#C8CD90 (or 0xC8CD90) is known color: Deco. HEX triplet: C8, CD and 90. RGB value is (200,205,144). Sum of RGB (Red+Green+Blue) = 200+205+144=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 144 (56.64% from 255 or 26.23% from 549); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CD90 is #37326F. Grayscale: #C4C4C4. Windows color (decimal): -3617392 or 9489864. OLE color: 9489864.
HSL color Cylindrical-coordinate representation of color #C8CD90: hue angle of 64.92º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8CD90 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 205 | 144 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.20 |
| HSL | 64.92º | 0.38% | 0.68% | - |
| HSV(B) | 64.92º | 0.3% | 0.8% | - |
| XYZ | 50.68 | 57.96 | 34.9 | - |
| YUV | 196.55 | 98.34 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 205 | 144 | 0.02 | 0 | 0.30 | 0.20 | 64.92 | 0.38 | 0.68 |
| Hex | C8 | CD | 90 | 2 | 0 | 1E | 14 | 41 | 26 | 44 |
| Octal | 310 | 315 | 220 | 2 | 0 | 36 | 24 | 101 | 46 | 104 |
| Binary | 11001000 | 11001101 | 10010000 | 10 | 0 | 11110 | 10100 | 1000001 | 100110 | 1000100 |
Color Harmonies of #C8CD90
Complementary color
Monochromatic Colors of #C8CD90
Black with #C8CD90
Text Example
Text Example
White with #C8CD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CD90; }
p { color: rgb(200,205,144); }
H1.HeaderClassName
{
color: #C8CD90;
}
.AnyTagClassName
{
color: #C8CD90;
}
</style>
background-color css
<style>
a { background-color: #C8CD90; }
a { background-color: rgb(200,205,144); }
div.DivClassName
{
background-color: #C8CD90;
}
.BgClassName
{
background-color: #C8CD90;
}
</style>
border-color css
<style>
span { border-color: #C8CD90; }
span { border-color: rgb(200,205,144); }
td.TdClassName
{
border-color: #C8CD90;
}
.TagClassName
{
border-color: #C8CD90;
}
</style>