Shades of Deco #C8CB80
Tints of Deco #C8CB80
RGB
CMYK
RGB Variations
Color information
#C8CB80 (or 0xC8CB80) is known color: Deco. HEX triplet: C8, CB and 80. RGB value is (200,203,128). Sum of RGB (Red+Green+Blue) = 200+203+128=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 203 - color contains mainly: green. Hex color #C8CB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CB80 is #37347F. Grayscale: #C1C1C1. Windows color (decimal): -3617920 or 8440776. OLE color: 8440776.
HSL color Cylindrical-coordinate representation of color #C8CB80: hue angle of 62.4º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C8CB80 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 203 | 128 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.20 |
| HSL | 62.4º | 0.42% | 0.65% | - |
| HSV(B) | 62.4º | 0.37% | 0.8% | - |
| XYZ | 49.07 | 56.55 | 28.75 | - |
| YUV | 193.55 | 91.01 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 203 | 128 | 0.01 | 0 | 0.37 | 0.20 | 62.4 | 0.42 | 0.65 |
| Hex | C8 | CB | 80 | 1 | 0 | 25 | 14 | 3E | 2A | 41 |
| Octal | 310 | 313 | 200 | 1 | 0 | 45 | 24 | 76 | 52 | 101 |
| Binary | 11001000 | 11001011 | 10000000 | 1 | 0 | 100101 | 10100 | 111110 | 101010 | 1000001 |
Color Harmonies of #C8CB80
Complementary color
Monochromatic Colors of #C8CB80
Black with #C8CB80
Text Example
Text Example
White with #C8CB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CB80; }
p { color: rgb(200,203,128); }
H1.HeaderClassName
{
color: #C8CB80;
}
.AnyTagClassName
{
color: #C8CB80;
}
</style>
background-color css
<style>
a { background-color: #C8CB80; }
a { background-color: rgb(200,203,128); }
div.DivClassName
{
background-color: #C8CB80;
}
.BgClassName
{
background-color: #C8CB80;
}
</style>
border-color css
<style>
span { border-color: #C8CB80; }
span { border-color: rgb(200,203,128); }
td.TdClassName
{
border-color: #C8CB80;
}
.TagClassName
{
border-color: #C8CB80;
}
</style>