Shades of Surf Crest #C8E2BC
Tints of Surf Crest #C8E2BC
RGB
CMYK
RGB Variations
Color information
#C8E2BC (or 0xC8E2BC) is known color: Surf Crest. HEX triplet: C8, E2 and BC. RGB value is (200,226,188). Sum of RGB (Red+Green+Blue) = 200+226+188=614 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.57% from 614); Green value is 226 (88.67% from 255 or 36.81% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 226 - color contains mainly: green. Hex color #C8E2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8E2BC is #371D43. Grayscale: #D6D6D6. Windows color (decimal): -3611972 or 12378824. OLE color: 12378824.
HSL color Cylindrical-coordinate representation of color #C8E2BC: hue angle of 101.05º 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 #C8E2BC is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 226 | 188 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.11 |
| HSL | 101.05º | 0.4% | 0.81% | - |
| HSV(B) | 101.05º | 0.17% | 0.89% | - |
| XYZ | 60.09 | 70.3 | 57.98 | - |
| YUV | 213.89 | 113.39 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 226 | 188 | 0.12 | 0 | 0.17 | 0.11 | 101.05 | 0.4 | 0.81 |
| Hex | C8 | E2 | BC | C | 0 | 11 | B | 65 | 28 | 51 |
| Octal | 310 | 342 | 274 | 14 | 0 | 21 | 13 | 145 | 50 | 121 |
| Binary | 11001000 | 11100010 | 10111100 | 1100 | 0 | 10001 | 1011 | 1100101 | 101000 | 1010001 |
Color Harmonies of #C8E2BC
Complementary color
Monochromatic Colors of #C8E2BC
Black with #C8E2BC
Text Example
Text Example
White with #C8E2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E2BC; }
p { color: rgb(200,226,188); }
H1.HeaderClassName
{
color: #C8E2BC;
}
.AnyTagClassName
{
color: #C8E2BC;
}
</style>
background-color css
<style>
a { background-color: #C8E2BC; }
a { background-color: rgb(200,226,188); }
div.DivClassName
{
background-color: #C8E2BC;
}
.BgClassName
{
background-color: #C8E2BC;
}
</style>
border-color css
<style>
span { border-color: #C8E2BC; }
span { border-color: rgb(200,226,188); }
td.TdClassName
{
border-color: #C8E2BC;
}
.TagClassName
{
border-color: #C8E2BC;
}
</style>