Shades of Surf Crest #C1D0BE
Tints of Surf Crest #C1D0BE
RGB
CMYK
RGB Variations
Color information
#C1D0BE (or 0xC1D0BE) is known color: Surf Crest. HEX triplet: C1, D0 and BE. RGB value is (193,208,190). Sum of RGB (Red+Green+Blue) = 193+208+190=591 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.66% from 591); Green value is 208 (81.64% from 255 or 35.19% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D0BE is #3E2F41. Grayscale: #C9C9C9. Windows color (decimal): -4075330 or 12505281. OLE color: 12505281.
HSL color Cylindrical-coordinate representation of color #C1D0BE: hue angle of 110º degrees, saturation: 0.16, 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 #C1D0BE is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 208 | 190 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.18 |
| HSL | 110º | 0.16% | 0.78% | - |
| HSV(B) | 110º | 0.09% | 0.82% | - |
| XYZ | 53.84 | 60.17 | 57.49 | - |
| YUV | 201.46 | 121.53 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 208 | 190 | 0.07 | 0 | 0.09 | 0.18 | 110 | 0.16 | 0.78 |
| Hex | C1 | D0 | BE | 7 | 0 | 9 | 12 | 6E | 10 | 4E |
| Octal | 301 | 320 | 276 | 7 | 0 | 11 | 22 | 156 | 20 | 116 |
| Binary | 11000001 | 11010000 | 10111110 | 111 | 0 | 1001 | 10010 | 1101110 | 10000 | 1001110 |
Color Harmonies of #C1D0BE
Complementary color
Monochromatic Colors of #C1D0BE
Black with #C1D0BE
Text Example
Text Example
White with #C1D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D0BE; }
p { color: rgb(193,208,190); }
H1.HeaderClassName
{
color: #C1D0BE;
}
.AnyTagClassName
{
color: #C1D0BE;
}
</style>
background-color css
<style>
a { background-color: #C1D0BE; }
a { background-color: rgb(193,208,190); }
div.DivClassName
{
background-color: #C1D0BE;
}
.BgClassName
{
background-color: #C1D0BE;
}
</style>
border-color css
<style>
span { border-color: #C1D0BE; }
span { border-color: rgb(193,208,190); }
td.TdClassName
{
border-color: #C1D0BE;
}
.TagClassName
{
border-color: #C1D0BE;
}
</style>