Shades of Surf Crest #C5D2BC
Tints of Surf Crest #C5D2BC
RGB
CMYK
RGB Variations
Color information
#C5D2BC (or 0xC5D2BC) is known color: Surf Crest. HEX triplet: C5, D2 and BC. RGB value is (197,210,188). Sum of RGB (Red+Green+Blue) = 197+210+188=595 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.11% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D2BC is #3A2D43. Grayscale: #CBCBCB. Windows color (decimal): -3812676 or 12374725. OLE color: 12374725.
HSL color Cylindrical-coordinate representation of color #C5D2BC: hue angle of 95.45º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5D2BC is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 210 | 188 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.18 |
| HSL | 95.45º | 0.2% | 0.78% | - |
| HSV(B) | 95.45º | 0.1% | 0.82% | - |
| XYZ | 55.15 | 61.59 | 56.56 | - |
| YUV | 203.61 | 119.19 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 210 | 188 | 0.06 | 0 | 0.10 | 0.18 | 95.45 | 0.2 | 0.78 |
| Hex | C5 | D2 | BC | 6 | 0 | A | 12 | 5F | 14 | 4E |
| Octal | 305 | 322 | 274 | 6 | 0 | 12 | 22 | 137 | 24 | 116 |
| Binary | 11000101 | 11010010 | 10111100 | 110 | 0 | 1010 | 10010 | 1011111 | 10100 | 1001110 |
Color Harmonies of #C5D2BC
Complementary color
Monochromatic Colors of #C5D2BC
Black with #C5D2BC
Text Example
Text Example
White with #C5D2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D2BC; }
p { color: rgb(197,210,188); }
H1.HeaderClassName
{
color: #C5D2BC;
}
.AnyTagClassName
{
color: #C5D2BC;
}
</style>
background-color css
<style>
a { background-color: #C5D2BC; }
a { background-color: rgb(197,210,188); }
div.DivClassName
{
background-color: #C5D2BC;
}
.BgClassName
{
background-color: #C5D2BC;
}
</style>
border-color css
<style>
span { border-color: #C5D2BC; }
span { border-color: rgb(197,210,188); }
td.TdClassName
{
border-color: #C5D2BC;
}
.TagClassName
{
border-color: #C5D2BC;
}
</style>