Shades of Surf Crest #C7D7BC
Tints of Surf Crest #C7D7BC
RGB
CMYK
RGB Variations
Color information
#C7D7BC (or 0xC7D7BC) is known color: Surf Crest. HEX triplet: C7, D7 and BC. RGB value is (199,215,188). Sum of RGB (Red+Green+Blue) = 199+215+188=602 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.06% from 602); Green value is 215 (84.38% from 255 or 35.71% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 215 - color contains mainly: green. Hex color #C7D7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D7BC is #382843. Grayscale: #CFCFCF. Windows color (decimal): -3680324 or 12376007. OLE color: 12376007.
HSL color Cylindrical-coordinate representation of color #C7D7BC: hue angle of 95.56º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7D7BC is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 215 | 188 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.16 |
| HSL | 95.56º | 0.25% | 0.79% | - |
| HSV(B) | 95.56º | 0.13% | 0.84% | - |
| XYZ | 56.93 | 64.37 | 57 | - |
| YUV | 207.14 | 117.2 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 215 | 188 | 0.07 | 0 | 0.13 | 0.16 | 95.56 | 0.25 | 0.79 |
| Hex | C7 | D7 | BC | 7 | 0 | D | 10 | 60 | 19 | 4F |
| Octal | 307 | 327 | 274 | 7 | 0 | 15 | 20 | 140 | 31 | 117 |
| Binary | 11000111 | 11010111 | 10111100 | 111 | 0 | 1101 | 10000 | 1100000 | 11001 | 1001111 |
Color Harmonies of #C7D7BC
Complementary color
Monochromatic Colors of #C7D7BC
Black with #C7D7BC
Text Example
Text Example
White with #C7D7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D7BC; }
p { color: rgb(199,215,188); }
H1.HeaderClassName
{
color: #C7D7BC;
}
.AnyTagClassName
{
color: #C7D7BC;
}
</style>
background-color css
<style>
a { background-color: #C7D7BC; }
a { background-color: rgb(199,215,188); }
div.DivClassName
{
background-color: #C7D7BC;
}
.BgClassName
{
background-color: #C7D7BC;
}
</style>
border-color css
<style>
span { border-color: #C7D7BC; }
span { border-color: rgb(199,215,188); }
td.TdClassName
{
border-color: #C7D7BC;
}
.TagClassName
{
border-color: #C7D7BC;
}
</style>