Shades of Deco #C2CF7F
Tints of Deco #C2CF7F
RGB
CMYK
RGB Variations
Color information
#C2CF7F (or 0xC2CF7F) is known color: Deco. HEX triplet: C2, CF and 7F. RGB value is (194,207,127). Sum of RGB (Red+Green+Blue) = 194+207+127=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 127 (50% from 255 or 24.05% from 528); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CF7F is #3D3080. Grayscale: #C2C2C2. Windows color (decimal): -4010113 or 8376258. OLE color: 8376258.
HSL color Cylindrical-coordinate representation of color #C2CF7F: hue angle of 69.75º 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 #C2CF7F is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 207 | 127 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.19 |
| HSL | 69.75º | 0.45% | 0.65% | - |
| HSV(B) | 69.75º | 0.39% | 0.81% | - |
| XYZ | 48.39 | 57.63 | 28.65 | - |
| YUV | 193.99 | 90.19 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 207 | 127 | 0.06 | 0 | 0.39 | 0.19 | 69.75 | 0.45 | 0.65 |
| Hex | C2 | CF | 7F | 6 | 0 | 27 | 13 | 46 | 2D | 41 |
| Octal | 302 | 317 | 177 | 6 | 0 | 47 | 23 | 106 | 55 | 101 |
| Binary | 11000010 | 11001111 | 1111111 | 110 | 0 | 100111 | 10011 | 1000110 | 101101 | 1000001 |
Color Harmonies of #C2CF7F
Complementary color
Monochromatic Colors of #C2CF7F
Black with #C2CF7F
Text Example
Text Example
White with #C2CF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CF7F; }
p { color: rgb(194,207,127); }
H1.HeaderClassName
{
color: #C2CF7F;
}
.AnyTagClassName
{
color: #C2CF7F;
}
</style>
background-color css
<style>
a { background-color: #C2CF7F; }
a { background-color: rgb(194,207,127); }
div.DivClassName
{
background-color: #C2CF7F;
}
.BgClassName
{
background-color: #C2CF7F;
}
</style>
border-color css
<style>
span { border-color: #C2CF7F; }
span { border-color: rgb(194,207,127); }
td.TdClassName
{
border-color: #C2CF7F;
}
.TagClassName
{
border-color: #C2CF7F;
}
</style>