Shades of Surf Crest #C1D0BD
Tints of Surf Crest #C1D0BD
RGB
CMYK
RGB Variations
Color information
#C1D0BD (or 0xC1D0BD) is known color: Surf Crest. HEX triplet: C1, D0 and BD. RGB value is (193,208,189). Sum of RGB (Red+Green+Blue) = 193+208+189=590 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.71% from 590); Green value is 208 (81.64% from 255 or 35.25% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D0BD is #3E2F42. Grayscale: #C9C9C9. Windows color (decimal): -4075331 or 12439745. OLE color: 12439745.
HSL color Cylindrical-coordinate representation of color #C1D0BD: hue angle of 107.37º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1D0BD is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 208 | 189 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.18 |
| HSL | 107.37º | 0.17% | 0.78% | - |
| HSV(B) | 107.37º | 0.09% | 0.82% | - |
| XYZ | 53.73 | 60.12 | 56.92 | - |
| YUV | 201.35 | 121.03 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 208 | 189 | 0.07 | 0 | 0.09 | 0.18 | 107.37 | 0.17 | 0.78 |
| Hex | C1 | D0 | BD | 7 | 0 | 9 | 12 | 6B | 11 | 4E |
| Octal | 301 | 320 | 275 | 7 | 0 | 11 | 22 | 153 | 21 | 116 |
| Binary | 11000001 | 11010000 | 10111101 | 111 | 0 | 1001 | 10010 | 1101011 | 10001 | 1001110 |
Color Harmonies of #C1D0BD
Complementary color
Monochromatic Colors of #C1D0BD
Black with #C1D0BD
Text Example
Text Example
White with #C1D0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D0BD; }
p { color: rgb(193,208,189); }
H1.HeaderClassName
{
color: #C1D0BD;
}
.AnyTagClassName
{
color: #C1D0BD;
}
</style>
background-color css
<style>
a { background-color: #C1D0BD; }
a { background-color: rgb(193,208,189); }
div.DivClassName
{
background-color: #C1D0BD;
}
.BgClassName
{
background-color: #C1D0BD;
}
</style>
border-color css
<style>
span { border-color: #C1D0BD; }
span { border-color: rgb(193,208,189); }
td.TdClassName
{
border-color: #C1D0BD;
}
.TagClassName
{
border-color: #C1D0BD;
}
</style>