Shades of Surf Crest #C5D0BF
Tints of Surf Crest #C5D0BF
RGB
CMYK
RGB Variations
Color information
#C5D0BF (or 0xC5D0BF) is known color: Surf Crest. HEX triplet: C5, D0 and BF. RGB value is (197,208,191). Sum of RGB (Red+Green+Blue) = 197+208+191=596 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.05% from 596); Green value is 208 (81.64% from 255 or 34.90% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D0BF is #3A2F40. Grayscale: #CACACA. Windows color (decimal): -3813185 or 12570821. OLE color: 12570821.
HSL color Cylindrical-coordinate representation of color #C5D0BF: hue angle of 98.82º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C5D0BF is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 208 | 191 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.18 |
| HSL | 98.82º | 0.15% | 0.78% | - |
| HSV(B) | 98.82º | 0.08% | 0.82% | - |
| XYZ | 54.99 | 60.74 | 58.12 | - |
| YUV | 202.77 | 121.36 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 208 | 191 | 0.05 | 0 | 0.08 | 0.18 | 98.82 | 0.15 | 0.78 |
| Hex | C5 | D0 | BF | 5 | 0 | 8 | 12 | 63 | F | 4E |
| Octal | 305 | 320 | 277 | 5 | 0 | 10 | 22 | 143 | 17 | 116 |
| Binary | 11000101 | 11010000 | 10111111 | 101 | 0 | 1000 | 10010 | 1100011 | 1111 | 1001110 |
Color Harmonies of #C5D0BF
Complementary color
Monochromatic Colors of #C5D0BF
Black with #C5D0BF
Text Example
Text Example
White with #C5D0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D0BF; }
p { color: rgb(197,208,191); }
H1.HeaderClassName
{
color: #C5D0BF;
}
.AnyTagClassName
{
color: #C5D0BF;
}
</style>
background-color css
<style>
a { background-color: #C5D0BF; }
a { background-color: rgb(197,208,191); }
div.DivClassName
{
background-color: #C5D0BF;
}
.BgClassName
{
background-color: #C5D0BF;
}
</style>
border-color css
<style>
span { border-color: #C5D0BF; }
span { border-color: rgb(197,208,191); }
td.TdClassName
{
border-color: #C5D0BF;
}
.TagClassName
{
border-color: #C5D0BF;
}
</style>