Shades of Deco #C8D48A
Tints of Deco #C8D48A
RGB
CMYK
RGB Variations
Color information
#C8D48A (or 0xC8D48A) is known color: Deco. HEX triplet: C8, D4 and 8A. RGB value is (200,212,138). Sum of RGB (Red+Green+Blue) = 200+212+138=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 138 (54.30% from 255 or 25.09% from 550); Max value from RGB is 212 - color contains mainly: green. Hex color #C8D48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D48A is #372B75. Grayscale: #C8C8C8. Windows color (decimal): -3615606 or 9098440. OLE color: 9098440.
HSL color Cylindrical-coordinate representation of color #C8D48A: hue angle of 69.73º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C8D48A is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 212 | 138 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.17 |
| HSL | 69.73º | 0.46% | 0.69% | - |
| HSV(B) | 69.73º | 0.35% | 0.83% | - |
| XYZ | 51.95 | 61.2 | 33.12 | - |
| YUV | 199.98 | 93.02 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 212 | 138 | 0.06 | 0 | 0.35 | 0.17 | 69.73 | 0.46 | 0.69 |
| Hex | C8 | D4 | 8A | 6 | 0 | 23 | 11 | 46 | 2E | 45 |
| Octal | 310 | 324 | 212 | 6 | 0 | 43 | 21 | 106 | 56 | 105 |
| Binary | 11001000 | 11010100 | 10001010 | 110 | 0 | 100011 | 10001 | 1000110 | 101110 | 1000101 |
Color Harmonies of #C8D48A
Complementary color
Monochromatic Colors of #C8D48A
Black with #C8D48A
Text Example
Text Example
White with #C8D48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D48A; }
p { color: rgb(200,212,138); }
H1.HeaderClassName
{
color: #C8D48A;
}
.AnyTagClassName
{
color: #C8D48A;
}
</style>
background-color css
<style>
a { background-color: #C8D48A; }
a { background-color: rgb(200,212,138); }
div.DivClassName
{
background-color: #C8D48A;
}
.BgClassName
{
background-color: #C8D48A;
}
</style>
border-color css
<style>
span { border-color: #C8D48A; }
span { border-color: rgb(200,212,138); }
td.TdClassName
{
border-color: #C8D48A;
}
.TagClassName
{
border-color: #C8D48A;
}
</style>