Shades of Deco #C8CC7F
Tints of Deco #C8CC7F
RGB
CMYK
RGB Variations
Color information
#C8CC7F (or 0xC8CC7F) is known color: Deco. HEX triplet: C8, CC and 7F. RGB value is (200,204,127). Sum of RGB (Red+Green+Blue) = 200+204+127=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CC7F is #373380. Grayscale: #C2C2C2. Windows color (decimal): -3617665 or 8375496. OLE color: 8375496.
HSL color Cylindrical-coordinate representation of color #C8CC7F: hue angle of 63.12º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C8CC7F is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 204 | 127 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.2 |
| HSL | 63.12º | 0.43% | 0.65% | - |
| HSV(B) | 63.12º | 0.38% | 0.8% | - |
| XYZ | 49.24 | 57 | 28.48 | - |
| YUV | 194.03 | 90.17 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 204 | 127 | 0.02 | 0 | 0.38 | 0.2 | 63.12 | 0.43 | 0.65 |
| Hex | C8 | CC | 7F | 2 | 0 | 26 | 14 | 3F | 2B | 41 |
| Octal | 310 | 314 | 177 | 2 | 0 | 46 | 24 | 77 | 53 | 101 |
| Binary | 11001000 | 11001100 | 1111111 | 10 | 0 | 100110 | 10100 | 111111 | 101011 | 1000001 |
Color Harmonies of #C8CC7F
Complementary color
Monochromatic Colors of #C8CC7F
Black with #C8CC7F
Text Example
Text Example
White with #C8CC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CC7F; }
p { color: rgb(200,204,127); }
H1.HeaderClassName
{
color: #C8CC7F;
}
.AnyTagClassName
{
color: #C8CC7F;
}
</style>
background-color css
<style>
a { background-color: #C8CC7F; }
a { background-color: rgb(200,204,127); }
div.DivClassName
{
background-color: #C8CC7F;
}
.BgClassName
{
background-color: #C8CC7F;
}
</style>
border-color css
<style>
span { border-color: #C8CC7F; }
span { border-color: rgb(200,204,127); }
td.TdClassName
{
border-color: #C8CC7F;
}
.TagClassName
{
border-color: #C8CC7F;
}
</style>