Shades of Deco #C6CE75
Tints of Deco #C6CE75
RGB
CMYK
RGB Variations
Color information
#C6CE75 (or 0xC6CE75) is known color: Deco. HEX triplet: C6, CE and 75. RGB value is (198,206,117). Sum of RGB (Red+Green+Blue) = 198+206+117=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6CE75 is #39318A. Grayscale: #C1C1C1. Windows color (decimal): -3748235 or 7720646. OLE color: 7720646.
HSL color Cylindrical-coordinate representation of color #C6CE75: hue angle of 65.39º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C6CE75 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 206 | 117 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.19 |
| HSL | 65.39º | 0.48% | 0.63% | - |
| HSV(B) | 65.39º | 0.43% | 0.81% | - |
| XYZ | 48.57 | 57.43 | 25.36 | - |
| YUV | 193.46 | 84.85 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 206 | 117 | 0.04 | 0 | 0.43 | 0.19 | 65.39 | 0.48 | 0.63 |
| Hex | C6 | CE | 75 | 4 | 0 | 2B | 13 | 41 | 30 | 3F |
| Octal | 306 | 316 | 165 | 4 | 0 | 53 | 23 | 101 | 60 | 77 |
| Binary | 11000110 | 11001110 | 1110101 | 100 | 0 | 101011 | 10011 | 1000001 | 110000 | 111111 |
Color Harmonies of #C6CE75
Complementary color
Monochromatic Colors of #C6CE75
Black with #C6CE75
Text Example
Text Example
White with #C6CE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CE75; }
p { color: rgb(198,206,117); }
H1.HeaderClassName
{
color: #C6CE75;
}
.AnyTagClassName
{
color: #C6CE75;
}
</style>
background-color css
<style>
a { background-color: #C6CE75; }
a { background-color: rgb(198,206,117); }
div.DivClassName
{
background-color: #C6CE75;
}
.BgClassName
{
background-color: #C6CE75;
}
</style>
border-color css
<style>
span { border-color: #C6CE75; }
span { border-color: rgb(198,206,117); }
td.TdClassName
{
border-color: #C6CE75;
}
.TagClassName
{
border-color: #C6CE75;
}
</style>