Shades of Surf Crest #C5D6BC
Tints of Surf Crest #C5D6BC
RGB
CMYK
RGB Variations
Color information
#C5D6BC (or 0xC5D6BC) is known color: Surf Crest. HEX triplet: C5, D6 and BC. RGB value is (197,214,188). Sum of RGB (Red+Green+Blue) = 197+214+188=599 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.89% from 599); Green value is 214 (83.98% from 255 or 35.73% from 599); Blue value is 188 (73.83% from 255 or 31.39% from 599); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D6BC is #3A2943. Grayscale: #CECECE. Windows color (decimal): -3811652 or 12375749. OLE color: 12375749.
HSL color Cylindrical-coordinate representation of color #C5D6BC: hue angle of 99.23º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5D6BC is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 214 | 188 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.16 |
| HSL | 99.23º | 0.24% | 0.79% | - |
| HSV(B) | 99.23º | 0.12% | 0.84% | - |
| XYZ | 56.15 | 63.59 | 56.89 | - |
| YUV | 205.95 | 117.87 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 214 | 188 | 0.08 | 0 | 0.12 | 0.16 | 99.23 | 0.24 | 0.79 |
| Hex | C5 | D6 | BC | 8 | 0 | C | 10 | 63 | 18 | 4F |
| Octal | 305 | 326 | 274 | 10 | 0 | 14 | 20 | 143 | 30 | 117 |
| Binary | 11000101 | 11010110 | 10111100 | 1000 | 0 | 1100 | 10000 | 1100011 | 11000 | 1001111 |
Color Harmonies of #C5D6BC
Complementary color
Monochromatic Colors of #C5D6BC
Black with #C5D6BC
Text Example
Text Example
White with #C5D6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D6BC; }
p { color: rgb(197,214,188); }
H1.HeaderClassName
{
color: #C5D6BC;
}
.AnyTagClassName
{
color: #C5D6BC;
}
</style>
background-color css
<style>
a { background-color: #C5D6BC; }
a { background-color: rgb(197,214,188); }
div.DivClassName
{
background-color: #C5D6BC;
}
.BgClassName
{
background-color: #C5D6BC;
}
</style>
border-color css
<style>
span { border-color: #C5D6BC; }
span { border-color: rgb(197,214,188); }
td.TdClassName
{
border-color: #C5D6BC;
}
.TagClassName
{
border-color: #C5D6BC;
}
</style>