Shades of Deco #C8CB8C
Tints of Deco #C8CB8C
RGB
CMYK
RGB Variations
Color information
#C8CB8C (or 0xC8CB8C) is known color: Deco. HEX triplet: C8, CB and 8C. RGB value is (200,203,140). Sum of RGB (Red+Green+Blue) = 200+203+140=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 140 (55.08% from 255 or 25.78% from 543); Max value from RGB is 203 - color contains mainly: green. Hex color #C8CB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CB8C is #373473. Grayscale: #C3C3C3. Windows color (decimal): -3617908 or 9227208. OLE color: 9227208.
HSL color Cylindrical-coordinate representation of color #C8CB8C: hue angle of 62.86º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8CB8C is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 203 | 140 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.20 |
| HSL | 62.86º | 0.38% | 0.67% | - |
| HSV(B) | 62.86º | 0.31% | 0.8% | - |
| XYZ | 49.91 | 56.88 | 33.16 | - |
| YUV | 194.92 | 97.01 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 203 | 140 | 0.01 | 0 | 0.31 | 0.20 | 62.86 | 0.38 | 0.67 |
| Hex | C8 | CB | 8C | 1 | 0 | 1F | 14 | 3F | 26 | 43 |
| Octal | 310 | 313 | 214 | 1 | 0 | 37 | 24 | 77 | 46 | 103 |
| Binary | 11001000 | 11001011 | 10001100 | 1 | 0 | 11111 | 10100 | 111111 | 100110 | 1000011 |
Color Harmonies of #C8CB8C
Complementary color
Monochromatic Colors of #C8CB8C
Black with #C8CB8C
Text Example
Text Example
White with #C8CB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CB8C; }
p { color: rgb(200,203,140); }
H1.HeaderClassName
{
color: #C8CB8C;
}
.AnyTagClassName
{
color: #C8CB8C;
}
</style>
background-color css
<style>
a { background-color: #C8CB8C; }
a { background-color: rgb(200,203,140); }
div.DivClassName
{
background-color: #C8CB8C;
}
.BgClassName
{
background-color: #C8CB8C;
}
</style>
border-color css
<style>
span { border-color: #C8CB8C; }
span { border-color: rgb(200,203,140); }
td.TdClassName
{
border-color: #C8CB8C;
}
.TagClassName
{
border-color: #C8CB8C;
}
</style>