Shades of Deco #C8D08B
Tints of Deco #C8D08B
RGB
CMYK
RGB Variations
Color information
#C8D08B (or 0xC8D08B) is known color: Deco. HEX triplet: C8, D0 and 8B. RGB value is (200,208,139). Sum of RGB (Red+Green+Blue) = 200+208+139=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 139 (54.69% from 255 or 25.41% from 547); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D08B is #372F74. Grayscale: #C6C6C6. Windows color (decimal): -3616629 or 9162952. OLE color: 9162952.
HSL color Cylindrical-coordinate representation of color #C8D08B: hue angle of 66.96º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C8D08B is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 208 | 139 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.18 |
| HSL | 66.96º | 0.42% | 0.68% | - |
| HSV(B) | 66.96º | 0.33% | 0.82% | - |
| XYZ | 51.04 | 59.26 | 33.17 | - |
| YUV | 197.74 | 94.85 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 208 | 139 | 0.04 | 0 | 0.33 | 0.18 | 66.96 | 0.42 | 0.68 |
| Hex | C8 | D0 | 8B | 4 | 0 | 21 | 12 | 43 | 2A | 44 |
| Octal | 310 | 320 | 213 | 4 | 0 | 41 | 22 | 103 | 52 | 104 |
| Binary | 11001000 | 11010000 | 10001011 | 100 | 0 | 100001 | 10010 | 1000011 | 101010 | 1000100 |
Color Harmonies of #C8D08B
Complementary color
Monochromatic Colors of #C8D08B
Black with #C8D08B
Text Example
Text Example
White with #C8D08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D08B; }
p { color: rgb(200,208,139); }
H1.HeaderClassName
{
color: #C8D08B;
}
.AnyTagClassName
{
color: #C8D08B;
}
</style>
background-color css
<style>
a { background-color: #C8D08B; }
a { background-color: rgb(200,208,139); }
div.DivClassName
{
background-color: #C8D08B;
}
.BgClassName
{
background-color: #C8D08B;
}
</style>
border-color css
<style>
span { border-color: #C8D08B; }
span { border-color: rgb(200,208,139); }
td.TdClassName
{
border-color: #C8D08B;
}
.TagClassName
{
border-color: #C8D08B;
}
</style>