Shades of Reef #C7E1A1
Tints of Reef #C7E1A1
RGB
CMYK
RGB Variations
Color information
#C7E1A1 (or 0xC7E1A1) is known color: Reef. HEX triplet: C7, E1 and A1. RGB value is (199,225,161). Sum of RGB (Red+Green+Blue) = 199+225+161=585 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.02% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 161 (63.28% from 255 or 27.52% from 585); Max value from RGB is 225 - color contains mainly: green. Hex color #C7E1A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7E1A1 is #381E5E. Grayscale: #D2D2D2. Windows color (decimal): -3677791 or 10609095. OLE color: 10609095.
HSL color Cylindrical-coordinate representation of color #C7E1A1: hue angle of 84.38º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7E1A1 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 225 | 161 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.12 |
| HSL | 84.38º | 0.52% | 0.76% | - |
| HSV(B) | 84.38º | 0.28% | 0.88% | - |
| XYZ | 56.91 | 68.57 | 43.95 | - |
| YUV | 209.93 | 100.39 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 225 | 161 | 0.12 | 0 | 0.28 | 0.12 | 84.38 | 0.52 | 0.76 |
| Hex | C7 | E1 | A1 | C | 0 | 1C | C | 54 | 34 | 4C |
| Octal | 307 | 341 | 241 | 14 | 0 | 34 | 14 | 124 | 64 | 114 |
| Binary | 11000111 | 11100001 | 10100001 | 1100 | 0 | 11100 | 1100 | 1010100 | 110100 | 1001100 |
Color Harmonies of #C7E1A1
Complementary color
Monochromatic Colors of #C7E1A1
Black with #C7E1A1
Text Example
Text Example
White with #C7E1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E1A1; }
p { color: rgb(199,225,161); }
H1.HeaderClassName
{
color: #C7E1A1;
}
.AnyTagClassName
{
color: #C7E1A1;
}
</style>
background-color css
<style>
a { background-color: #C7E1A1; }
a { background-color: rgb(199,225,161); }
div.DivClassName
{
background-color: #C7E1A1;
}
.BgClassName
{
background-color: #C7E1A1;
}
</style>
border-color css
<style>
span { border-color: #C7E1A1; }
span { border-color: rgb(199,225,161); }
td.TdClassName
{
border-color: #C7E1A1;
}
.TagClassName
{
border-color: #C7E1A1;
}
</style>