Shades of Deco #C8D68A
Tints of Deco #C8D68A
RGB
CMYK
RGB Variations
Color information
#C8D68A (or 0xC8D68A) is known color: Deco. HEX triplet: C8, D6 and 8A. RGB value is (200,214,138). Sum of RGB (Red+Green+Blue) = 200+214+138=552 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.23% from 552); Green value is 214 (83.98% from 255 or 38.77% from 552); Blue value is 138 (54.30% from 255 or 25% from 552); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D68A is #372975. Grayscale: #C9C9C9. Windows color (decimal): -3615094 or 9098952. OLE color: 9098952.
HSL color Cylindrical-coordinate representation of color #C8D68A: hue angle of 71.05º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C8D68A is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 214 | 138 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.16 |
| HSL | 71.05º | 0.48% | 0.69% | - |
| HSV(B) | 71.05º | 0.36% | 0.84% | - |
| XYZ | 52.45 | 62.21 | 33.29 | - |
| YUV | 201.15 | 92.36 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 214 | 138 | 0.07 | 0 | 0.36 | 0.16 | 71.05 | 0.48 | 0.69 |
| Hex | C8 | D6 | 8A | 7 | 0 | 24 | 10 | 47 | 30 | 45 |
| Octal | 310 | 326 | 212 | 7 | 0 | 44 | 20 | 107 | 60 | 105 |
| Binary | 11001000 | 11010110 | 10001010 | 111 | 0 | 100100 | 10000 | 1000111 | 110000 | 1000101 |
Color Harmonies of #C8D68A
Complementary color
Monochromatic Colors of #C8D68A
Black with #C8D68A
Text Example
Text Example
White with #C8D68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D68A; }
p { color: rgb(200,214,138); }
H1.HeaderClassName
{
color: #C8D68A;
}
.AnyTagClassName
{
color: #C8D68A;
}
</style>
background-color css
<style>
a { background-color: #C8D68A; }
a { background-color: rgb(200,214,138); }
div.DivClassName
{
background-color: #C8D68A;
}
.BgClassName
{
background-color: #C8D68A;
}
</style>
border-color css
<style>
span { border-color: #C8D68A; }
span { border-color: rgb(200,214,138); }
td.TdClassName
{
border-color: #C8D68A;
}
.TagClassName
{
border-color: #C8D68A;
}
</style>