Shades of Deco #C8CF7F
Tints of Deco #C8CF7F
RGB
CMYK
RGB Variations
Color information
#C8CF7F (or 0xC8CF7F) is known color: Deco. HEX triplet: C8, CF and 7F. RGB value is (200,207,127). Sum of RGB (Red+Green+Blue) = 200+207+127=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 127 (50% from 255 or 23.78% from 534); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CF7F is #373080. Grayscale: #C4C4C4. Windows color (decimal): -3616897 or 8376264. OLE color: 8376264.
HSL color Cylindrical-coordinate representation of color #C8CF7F: hue angle of 65.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C8CF7F is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 207 | 127 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.19 |
| HSL | 65.25º | 0.45% | 0.65% | - |
| HSV(B) | 65.25º | 0.39% | 0.81% | - |
| XYZ | 49.96 | 58.44 | 28.72 | - |
| YUV | 195.79 | 89.18 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 207 | 127 | 0.03 | 0 | 0.39 | 0.19 | 65.25 | 0.45 | 0.65 |
| Hex | C8 | CF | 7F | 3 | 0 | 27 | 13 | 41 | 2D | 41 |
| Octal | 310 | 317 | 177 | 3 | 0 | 47 | 23 | 101 | 55 | 101 |
| Binary | 11001000 | 11001111 | 1111111 | 11 | 0 | 100111 | 10011 | 1000001 | 101101 | 1000001 |
Color Harmonies of #C8CF7F
Complementary color
Monochromatic Colors of #C8CF7F
Black with #C8CF7F
Text Example
Text Example
White with #C8CF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CF7F; }
p { color: rgb(200,207,127); }
H1.HeaderClassName
{
color: #C8CF7F;
}
.AnyTagClassName
{
color: #C8CF7F;
}
</style>
background-color css
<style>
a { background-color: #C8CF7F; }
a { background-color: rgb(200,207,127); }
div.DivClassName
{
background-color: #C8CF7F;
}
.BgClassName
{
background-color: #C8CF7F;
}
</style>
border-color css
<style>
span { border-color: #C8CF7F; }
span { border-color: rgb(200,207,127); }
td.TdClassName
{
border-color: #C8CF7F;
}
.TagClassName
{
border-color: #C8CF7F;
}
</style>