Shades of Reef #C7E6A7
Tints of Reef #C7E6A7
RGB
CMYK
RGB Variations
Color information
#C7E6A7 (or 0xC7E6A7) is known color: Reef. HEX triplet: C7, E6 and A7. RGB value is (199,230,167). Sum of RGB (Red+Green+Blue) = 199+230+167=596 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.39% from 596); Green value is 230 (90.23% from 255 or 38.59% from 596); Blue value is 167 (65.62% from 255 or 28.02% from 596); Max value from RGB is 230 - color contains mainly: green. Hex color #C7E6A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7E6A7 is #381958. Grayscale: #D5D5D5. Windows color (decimal): -3676505 or 11003591. OLE color: 11003591.
HSL color Cylindrical-coordinate representation of color #C7E6A7: hue angle of 89.52º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C7E6A7 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 230 | 167 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.10 |
| HSL | 89.52º | 0.56% | 0.78% | - |
| HSV(B) | 89.52º | 0.27% | 0.9% | - |
| XYZ | 58.83 | 71.53 | 47.26 | - |
| YUV | 213.55 | 101.73 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 230 | 167 | 0.13 | 0 | 0.27 | 0.10 | 89.52 | 0.56 | 0.78 |
| Hex | C7 | E6 | A7 | D | 0 | 1B | A | 5A | 38 | 4E |
| Octal | 307 | 346 | 247 | 15 | 0 | 33 | 12 | 132 | 70 | 116 |
| Binary | 11000111 | 11100110 | 10100111 | 1101 | 0 | 11011 | 1010 | 1011010 | 111000 | 1001110 |
Color Harmonies of #C7E6A7
Complementary color
Monochromatic Colors of #C7E6A7
Black with #C7E6A7
Text Example
Text Example
White with #C7E6A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E6A7; }
p { color: rgb(199,230,167); }
H1.HeaderClassName
{
color: #C7E6A7;
}
.AnyTagClassName
{
color: #C7E6A7;
}
</style>
background-color css
<style>
a { background-color: #C7E6A7; }
a { background-color: rgb(199,230,167); }
div.DivClassName
{
background-color: #C7E6A7;
}
.BgClassName
{
background-color: #C7E6A7;
}
</style>
border-color css
<style>
span { border-color: #C7E6A7; }
span { border-color: rgb(199,230,167); }
td.TdClassName
{
border-color: #C7E6A7;
}
.TagClassName
{
border-color: #C7E6A7;
}
</style>