Shades of Surf Crest #C1D0BA
Tints of Surf Crest #C1D0BA
RGB
CMYK
RGB Variations
Color information
#C1D0BA (or 0xC1D0BA) is known color: Surf Crest. HEX triplet: C1, D0 and BA. RGB value is (193,208,186). Sum of RGB (Red+Green+Blue) = 193+208+186=587 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.88% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D0BA is #3E2F45. Grayscale: #C9C9C9. Windows color (decimal): -4075334 or 12243137. OLE color: 12243137.
HSL color Cylindrical-coordinate representation of color #C1D0BA: hue angle of 100.91º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1D0BA is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 208 | 186 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.18 |
| HSL | 100.91º | 0.19% | 0.77% | - |
| HSV(B) | 100.91º | 0.11% | 0.82% | - |
| XYZ | 53.41 | 59.99 | 55.22 | - |
| YUV | 201.01 | 119.53 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 208 | 186 | 0.07 | 0 | 0.11 | 0.18 | 100.91 | 0.19 | 0.77 |
| Hex | C1 | D0 | BA | 7 | 0 | B | 12 | 65 | 13 | 4D |
| Octal | 301 | 320 | 272 | 7 | 0 | 13 | 22 | 145 | 23 | 115 |
| Binary | 11000001 | 11010000 | 10111010 | 111 | 0 | 1011 | 10010 | 1100101 | 10011 | 1001101 |
Color Harmonies of #C1D0BA
Complementary color
Monochromatic Colors of #C1D0BA
Black with #C1D0BA
Text Example
Text Example
White with #C1D0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D0BA; }
p { color: rgb(193,208,186); }
H1.HeaderClassName
{
color: #C1D0BA;
}
.AnyTagClassName
{
color: #C1D0BA;
}
</style>
background-color css
<style>
a { background-color: #C1D0BA; }
a { background-color: rgb(193,208,186); }
div.DivClassName
{
background-color: #C1D0BA;
}
.BgClassName
{
background-color: #C1D0BA;
}
</style>
border-color css
<style>
span { border-color: #C1D0BA; }
span { border-color: rgb(193,208,186); }
td.TdClassName
{
border-color: #C1D0BA;
}
.TagClassName
{
border-color: #C1D0BA;
}
</style>