Shades of Deco #C6CB85
Tints of Deco #C6CB85
RGB
CMYK
RGB Variations
Color information
#C6CB85 (or 0xC6CB85) is known color: Deco. HEX triplet: C6, CB and 85. RGB value is (198,203,133). Sum of RGB (Red+Green+Blue) = 198+203+133=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CB85 is #39347A. Grayscale: #C1C1C1. Windows color (decimal): -3748987 or 8768454. OLE color: 8768454.
HSL color Cylindrical-coordinate representation of color #C6CB85: hue angle of 64.29º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C6CB85 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 203 | 133 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.20 |
| HSL | 64.29º | 0.4% | 0.66% | - |
| HSV(B) | 64.29º | 0.34% | 0.8% | - |
| XYZ | 48.88 | 56.41 | 30.5 | - |
| YUV | 193.53 | 93.84 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 203 | 133 | 0.02 | 0 | 0.34 | 0.20 | 64.29 | 0.4 | 0.66 |
| Hex | C6 | CB | 85 | 2 | 0 | 22 | 14 | 40 | 28 | 42 |
| Octal | 306 | 313 | 205 | 2 | 0 | 42 | 24 | 100 | 50 | 102 |
| Binary | 11000110 | 11001011 | 10000101 | 10 | 0 | 100010 | 10100 | 1000000 | 101000 | 1000010 |
Color Harmonies of #C6CB85
Complementary color
Monochromatic Colors of #C6CB85
Black with #C6CB85
Text Example
Text Example
White with #C6CB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CB85; }
p { color: rgb(198,203,133); }
H1.HeaderClassName
{
color: #C6CB85;
}
.AnyTagClassName
{
color: #C6CB85;
}
</style>
background-color css
<style>
a { background-color: #C6CB85; }
a { background-color: rgb(198,203,133); }
div.DivClassName
{
background-color: #C6CB85;
}
.BgClassName
{
background-color: #C6CB85;
}
</style>
border-color css
<style>
span { border-color: #C6CB85; }
span { border-color: rgb(198,203,133); }
td.TdClassName
{
border-color: #C6CB85;
}
.TagClassName
{
border-color: #C6CB85;
}
</style>