Shades of Surf Crest #C6D7BC
Tints of Surf Crest #C6D7BC
RGB
CMYK
RGB Variations
Color information
#C6D7BC (or 0xC6D7BC) is known color: Surf Crest. HEX triplet: C6, D7 and BC. RGB value is (198,215,188). Sum of RGB (Red+Green+Blue) = 198+215+188=601 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.95% from 601); Green value is 215 (84.38% from 255 or 35.77% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 215 - color contains mainly: green. Hex color #C6D7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D7BC is #392843. Grayscale: #CECECE. Windows color (decimal): -3745860 or 12376006. OLE color: 12376006.
HSL color Cylindrical-coordinate representation of color #C6D7BC: hue angle of 97.78º 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 #C6D7BC is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 215 | 188 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.16 |
| HSL | 97.78º | 0.25% | 0.79% | - |
| HSV(B) | 97.78º | 0.13% | 0.84% | - |
| XYZ | 56.67 | 64.24 | 56.99 | - |
| YUV | 206.84 | 117.37 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 215 | 188 | 0.08 | 0 | 0.13 | 0.16 | 97.78 | 0.25 | 0.79 |
| Hex | C6 | D7 | BC | 8 | 0 | D | 10 | 62 | 19 | 4F |
| Octal | 306 | 327 | 274 | 10 | 0 | 15 | 20 | 142 | 31 | 117 |
| Binary | 11000110 | 11010111 | 10111100 | 1000 | 0 | 1101 | 10000 | 1100010 | 11001 | 1001111 |
Color Harmonies of #C6D7BC
Complementary color
Monochromatic Colors of #C6D7BC
Black with #C6D7BC
Text Example
Text Example
White with #C6D7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D7BC; }
p { color: rgb(198,215,188); }
H1.HeaderClassName
{
color: #C6D7BC;
}
.AnyTagClassName
{
color: #C6D7BC;
}
</style>
background-color css
<style>
a { background-color: #C6D7BC; }
a { background-color: rgb(198,215,188); }
div.DivClassName
{
background-color: #C6D7BC;
}
.BgClassName
{
background-color: #C6D7BC;
}
</style>
border-color css
<style>
span { border-color: #C6D7BC; }
span { border-color: rgb(198,215,188); }
td.TdClassName
{
border-color: #C6D7BC;
}
.TagClassName
{
border-color: #C6D7BC;
}
</style>