Shades of Deco #C2CB88
Tints of Deco #C2CB88
RGB
CMYK
RGB Variations
Color information
#C2CB88 (or 0xC2CB88) is known color: Deco. HEX triplet: C2, CB and 88. RGB value is (194,203,136). Sum of RGB (Red+Green+Blue) = 194+203+136=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 136 (53.52% from 255 or 25.52% from 533); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CB88 is #3D3477. Grayscale: #C0C0C0. Windows color (decimal): -4011128 or 8965058. OLE color: 8965058.
HSL color Cylindrical-coordinate representation of color #C2CB88: hue angle of 68.06º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2CB88 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 203 | 136 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.20 |
| HSL | 68.06º | 0.39% | 0.66% | - |
| HSV(B) | 68.06º | 0.33% | 0.8% | - |
| XYZ | 48.05 | 55.96 | 31.56 | - |
| YUV | 192.67 | 96.02 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 136 | 0.04 | 0 | 0.33 | 0.20 | 68.06 | 0.39 | 0.66 |
| Hex | C2 | CB | 88 | 4 | 0 | 21 | 14 | 44 | 27 | 42 |
| Octal | 302 | 313 | 210 | 4 | 0 | 41 | 24 | 104 | 47 | 102 |
| Binary | 11000010 | 11001011 | 10001000 | 100 | 0 | 100001 | 10100 | 1000100 | 100111 | 1000010 |
Color Harmonies of #C2CB88
Complementary color
Monochromatic Colors of #C2CB88
Black with #C2CB88
Text Example
Text Example
White with #C2CB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CB88; }
p { color: rgb(194,203,136); }
H1.HeaderClassName
{
color: #C2CB88;
}
.AnyTagClassName
{
color: #C2CB88;
}
</style>
background-color css
<style>
a { background-color: #C2CB88; }
a { background-color: rgb(194,203,136); }
div.DivClassName
{
background-color: #C2CB88;
}
.BgClassName
{
background-color: #C2CB88;
}
</style>
border-color css
<style>
span { border-color: #C2CB88; }
span { border-color: rgb(194,203,136); }
td.TdClassName
{
border-color: #C2CB88;
}
.TagClassName
{
border-color: #C2CB88;
}
</style>