Shades of Deco #C8CC7A
Tints of Deco #C8CC7A
RGB
CMYK
RGB Variations
Color information
#C8CC7A (or 0xC8CC7A) is known color: Deco. HEX triplet: C8, CC and 7A. RGB value is (200,204,122). Sum of RGB (Red+Green+Blue) = 200+204+122=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 122 (48.05% from 255 or 23.19% from 526); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CC7A is #373385. Grayscale: #C1C1C1. Windows color (decimal): -3617670 or 8047816. OLE color: 8047816.
HSL color Cylindrical-coordinate representation of color #C8CC7A: hue angle of 62.93º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C8CC7A is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 204 | 122 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.2 |
| HSL | 62.93º | 0.45% | 0.64% | - |
| HSV(B) | 62.93º | 0.4% | 0.8% | - |
| XYZ | 48.93 | 56.87 | 26.81 | - |
| YUV | 193.46 | 87.67 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 204 | 122 | 0.02 | 0 | 0.40 | 0.2 | 62.93 | 0.45 | 0.64 |
| Hex | C8 | CC | 7A | 2 | 0 | 28 | 14 | 3F | 2D | 40 |
| Octal | 310 | 314 | 172 | 2 | 0 | 50 | 24 | 77 | 55 | 100 |
| Binary | 11001000 | 11001100 | 1111010 | 10 | 0 | 101000 | 10100 | 111111 | 101101 | 1000000 |
Color Harmonies of #C8CC7A
Complementary color
Monochromatic Colors of #C8CC7A
Black with #C8CC7A
Text Example
Text Example
White with #C8CC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CC7A; }
p { color: rgb(200,204,122); }
H1.HeaderClassName
{
color: #C8CC7A;
}
.AnyTagClassName
{
color: #C8CC7A;
}
</style>
background-color css
<style>
a { background-color: #C8CC7A; }
a { background-color: rgb(200,204,122); }
div.DivClassName
{
background-color: #C8CC7A;
}
.BgClassName
{
background-color: #C8CC7A;
}
</style>
border-color css
<style>
span { border-color: #C8CC7A; }
span { border-color: rgb(200,204,122); }
td.TdClassName
{
border-color: #C8CC7A;
}
.TagClassName
{
border-color: #C8CC7A;
}
</style>