Shades of Deco #C7CE7B
Tints of Deco #C7CE7B
RGB
CMYK
RGB Variations
Color information
#C7CE7B (or 0xC7CE7B) is known color: Deco. HEX triplet: C7, CE and 7B. RGB value is (199,206,123). Sum of RGB (Red+Green+Blue) = 199+206+123=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 123 (48.44% from 255 or 23.30% from 528); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CE7B is #383184. Grayscale: #C2C2C2. Windows color (decimal): -3682693 or 8113863. OLE color: 8113863.
HSL color Cylindrical-coordinate representation of color #C7CE7B: hue angle of 65.06º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C7CE7B is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 206 | 123 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.19 |
| HSL | 65.06º | 0.46% | 0.65% | - |
| HSV(B) | 65.06º | 0.4% | 0.81% | - |
| XYZ | 49.2 | 57.71 | 27.29 | - |
| YUV | 194.45 | 87.68 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 206 | 123 | 0.03 | 0 | 0.40 | 0.19 | 65.06 | 0.46 | 0.65 |
| Hex | C7 | CE | 7B | 3 | 0 | 28 | 13 | 41 | 2E | 41 |
| Octal | 307 | 316 | 173 | 3 | 0 | 50 | 23 | 101 | 56 | 101 |
| Binary | 11000111 | 11001110 | 1111011 | 11 | 0 | 101000 | 10011 | 1000001 | 101110 | 1000001 |
Color Harmonies of #C7CE7B
Complementary color
Monochromatic Colors of #C7CE7B
Black with #C7CE7B
Text Example
Text Example
White with #C7CE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CE7B; }
p { color: rgb(199,206,123); }
H1.HeaderClassName
{
color: #C7CE7B;
}
.AnyTagClassName
{
color: #C7CE7B;
}
</style>
background-color css
<style>
a { background-color: #C7CE7B; }
a { background-color: rgb(199,206,123); }
div.DivClassName
{
background-color: #C7CE7B;
}
.BgClassName
{
background-color: #C7CE7B;
}
</style>
border-color css
<style>
span { border-color: #C7CE7B; }
span { border-color: rgb(199,206,123); }
td.TdClassName
{
border-color: #C7CE7B;
}
.TagClassName
{
border-color: #C7CE7B;
}
</style>