Shades of Deco #C8CF7A
Tints of Deco #C8CF7A
RGB
CMYK
RGB Variations
Color information
#C8CF7A (or 0xC8CF7A) is known color: Deco. HEX triplet: C8, CF and 7A. RGB value is (200,207,122). Sum of RGB (Red+Green+Blue) = 200+207+122=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CF7A is #373085. Grayscale: #C3C3C3. Windows color (decimal): -3616902 or 8048584. OLE color: 8048584.
HSL color Cylindrical-coordinate representation of color #C8CF7A: hue angle of 64.94º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C8CF7A is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 207 | 122 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.19 |
| HSL | 64.94º | 0.47% | 0.65% | - |
| HSV(B) | 64.94º | 0.41% | 0.81% | - |
| XYZ | 49.65 | 58.31 | 27.05 | - |
| YUV | 195.22 | 86.68 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 207 | 122 | 0.03 | 0 | 0.41 | 0.19 | 64.94 | 0.47 | 0.65 |
| Hex | C8 | CF | 7A | 3 | 0 | 29 | 13 | 41 | 2F | 41 |
| Octal | 310 | 317 | 172 | 3 | 0 | 51 | 23 | 101 | 57 | 101 |
| Binary | 11001000 | 11001111 | 1111010 | 11 | 0 | 101001 | 10011 | 1000001 | 101111 | 1000001 |
Color Harmonies of #C8CF7A
Complementary color
Monochromatic Colors of #C8CF7A
Black with #C8CF7A
Text Example
Text Example
White with #C8CF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CF7A; }
p { color: rgb(200,207,122); }
H1.HeaderClassName
{
color: #C8CF7A;
}
.AnyTagClassName
{
color: #C8CF7A;
}
</style>
background-color css
<style>
a { background-color: #C8CF7A; }
a { background-color: rgb(200,207,122); }
div.DivClassName
{
background-color: #C8CF7A;
}
.BgClassName
{
background-color: #C8CF7A;
}
</style>
border-color css
<style>
span { border-color: #C8CF7A; }
span { border-color: rgb(200,207,122); }
td.TdClassName
{
border-color: #C8CF7A;
}
.TagClassName
{
border-color: #C8CF7A;
}
</style>