Shades of Surf Crest #C8D7BD
Tints of Surf Crest #C8D7BD
RGB
CMYK
RGB Variations
Color information
#C8D7BD (or 0xC8D7BD) is known color: Surf Crest. HEX triplet: C8, D7 and BD. RGB value is (200,215,189). Sum of RGB (Red+Green+Blue) = 200+215+189=604 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.11% from 604); Green value is 215 (84.38% from 255 or 35.60% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D7BD is #372842. Grayscale: #CFCFCF. Windows color (decimal): -3614787 or 12441544. OLE color: 12441544.
HSL color Cylindrical-coordinate representation of color #C8D7BD: hue angle of 94.62º degrees, saturation: 0.25, 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 #C8D7BD is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
RGB | 200 | 215 | 189 | - |
CMYK | 0.07 | 0 | 0.12 | 0.16 |
HSL | 94.62º | 0.25% | 0.79% | - |
HSV(B) | 94.62º | 0.12% | 0.84% | - |
XYZ | 57.31 | 64.55 | 57.58 | - |
YUV | 207.55 | 117.53 | 122.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 215 | 189 | 0.07 | 0 | 0.12 | 0.16 | 94.62 | 0.25 | 0.79 |
Hex | C8 | D7 | BD | 7 | 0 | C | 10 | 5F | 19 | 4F |
Octal | 310 | 327 | 275 | 7 | 0 | 14 | 20 | 137 | 31 | 117 |
Binary | 11001000 | 11010111 | 10111101 | 111 | 0 | 1100 | 10000 | 1011111 | 11001 | 1001111 |
Color Harmonies of #C8D7BD
Complementary color
Monochromatic Colors of #C8D7BD
Black with #C8D7BD
Text Example
Text Example
White with #C8D7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D7BD; }
p { color: rgb(200,215,189); }
H1.HeaderClassName
{
color: #C8D7BD;
}
.AnyTagClassName
{
color: #C8D7BD;
}
</style>
background-color css
<style>
a { background-color: #C8D7BD; }
a { background-color: rgb(200,215,189); }
div.DivClassName
{
background-color: #C8D7BD;
}
.BgClassName
{
background-color: #C8D7BD;
}
</style>
border-color css
<style>
span { border-color: #C8D7BD; }
span { border-color: rgb(200,215,189); }
td.TdClassName
{
border-color: #C8D7BD;
}
.TagClassName
{
border-color: #C8D7BD;
}
</style>