Shades of Deco #C6CE8B
Tints of Deco #C6CE8B
RGB
CMYK
RGB Variations
Color information
#C6CE8B (or 0xC6CE8B) is known color: Deco. HEX triplet: C6, CE and 8B. RGB value is (198,206,139). Sum of RGB (Red+Green+Blue) = 198+206+139=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 139 (54.69% from 255 or 25.60% from 543); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CE8B is #393174. Grayscale: #C4C4C4. Windows color (decimal): -3748213 or 9162438. OLE color: 9162438.
HSL color Cylindrical-coordinate representation of color #C6CE8B: hue angle of 67.16º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C6CE8B is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 206 | 139 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.19 |
| HSL | 67.16º | 0.41% | 0.68% | - |
| HSV(B) | 67.16º | 0.33% | 0.81% | - |
| XYZ | 50.02 | 58.01 | 32.99 | - |
| YUV | 195.97 | 95.85 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 206 | 139 | 0.04 | 0 | 0.33 | 0.19 | 67.16 | 0.41 | 0.68 |
| Hex | C6 | CE | 8B | 4 | 0 | 21 | 13 | 43 | 29 | 44 |
| Octal | 306 | 316 | 213 | 4 | 0 | 41 | 23 | 103 | 51 | 104 |
| Binary | 11000110 | 11001110 | 10001011 | 100 | 0 | 100001 | 10011 | 1000011 | 101001 | 1000100 |
Color Harmonies of #C6CE8B
Complementary color
Monochromatic Colors of #C6CE8B
Black with #C6CE8B
Text Example
Text Example
White with #C6CE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CE8B; }
p { color: rgb(198,206,139); }
H1.HeaderClassName
{
color: #C6CE8B;
}
.AnyTagClassName
{
color: #C6CE8B;
}
</style>
background-color css
<style>
a { background-color: #C6CE8B; }
a { background-color: rgb(198,206,139); }
div.DivClassName
{
background-color: #C6CE8B;
}
.BgClassName
{
background-color: #C6CE8B;
}
</style>
border-color css
<style>
span { border-color: #C6CE8B; }
span { border-color: rgb(198,206,139); }
td.TdClassName
{
border-color: #C6CE8B;
}
.TagClassName
{
border-color: #C6CE8B;
}
</style>