Shades of Surf Crest #C7E2BC
Tints of Surf Crest #C7E2BC
RGB
CMYK
RGB Variations
Color information
#C7E2BC (or 0xC7E2BC) is known color: Surf Crest. HEX triplet: C7, E2 and BC. RGB value is (199,226,188). Sum of RGB (Red+Green+Blue) = 199+226+188=613 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.46% from 613); Green value is 226 (88.67% from 255 or 36.87% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 226 - color contains mainly: green. Hex color #C7E2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7E2BC is #381D43. Grayscale: #D5D5D5. Windows color (decimal): -3677508 or 12378823. OLE color: 12378823.
HSL color Cylindrical-coordinate representation of color #C7E2BC: hue angle of 102.63º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7E2BC is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 226 | 188 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.11 |
| HSL | 102.63º | 0.4% | 0.81% | - |
| HSV(B) | 102.63º | 0.17% | 0.89% | - |
| XYZ | 59.83 | 70.17 | 57.97 | - |
| YUV | 213.6 | 113.55 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 226 | 188 | 0.12 | 0 | 0.17 | 0.11 | 102.63 | 0.4 | 0.81 |
| Hex | C7 | E2 | BC | C | 0 | 11 | B | 67 | 28 | 51 |
| Octal | 307 | 342 | 274 | 14 | 0 | 21 | 13 | 147 | 50 | 121 |
| Binary | 11000111 | 11100010 | 10111100 | 1100 | 0 | 10001 | 1011 | 1100111 | 101000 | 1010001 |
Color Harmonies of #C7E2BC
Complementary color
Monochromatic Colors of #C7E2BC
Black with #C7E2BC
Text Example
Text Example
White with #C7E2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E2BC; }
p { color: rgb(199,226,188); }
H1.HeaderClassName
{
color: #C7E2BC;
}
.AnyTagClassName
{
color: #C7E2BC;
}
</style>
background-color css
<style>
a { background-color: #C7E2BC; }
a { background-color: rgb(199,226,188); }
div.DivClassName
{
background-color: #C7E2BC;
}
.BgClassName
{
background-color: #C7E2BC;
}
</style>
border-color css
<style>
span { border-color: #C7E2BC; }
span { border-color: rgb(199,226,188); }
td.TdClassName
{
border-color: #C7E2BC;
}
.TagClassName
{
border-color: #C7E2BC;
}
</style>