Shades of Surf Crest #C1D1BC
Tints of Surf Crest #C1D1BC
RGB
CMYK
RGB Variations
Color information
#C1D1BC (or 0xC1D1BC) is known color: Surf Crest. HEX triplet: C1, D1 and BC. RGB value is (193,209,188). Sum of RGB (Red+Green+Blue) = 193+209+188=590 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.71% from 590); Green value is 209 (82.03% from 255 or 35.42% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 209 - color contains mainly: green. Hex color #C1D1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D1BC is #3E2E43. Grayscale: #C9C9C9. Windows color (decimal): -4075076 or 12374465. OLE color: 12374465.
HSL color Cylindrical-coordinate representation of color #C1D1BC: hue angle of 105.71º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1D1BC is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 209 | 188 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.18 |
| HSL | 105.71º | 0.19% | 0.78% | - |
| HSV(B) | 105.71º | 0.1% | 0.82% | - |
| XYZ | 53.87 | 60.57 | 56.43 | - |
| YUV | 201.82 | 120.2 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 209 | 188 | 0.08 | 0 | 0.10 | 0.18 | 105.71 | 0.19 | 0.78 |
| Hex | C1 | D1 | BC | 8 | 0 | A | 12 | 6A | 13 | 4E |
| Octal | 301 | 321 | 274 | 10 | 0 | 12 | 22 | 152 | 23 | 116 |
| Binary | 11000001 | 11010001 | 10111100 | 1000 | 0 | 1010 | 10010 | 1101010 | 10011 | 1001110 |
Color Harmonies of #C1D1BC
Complementary color
Monochromatic Colors of #C1D1BC
Black with #C1D1BC
Text Example
Text Example
White with #C1D1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D1BC; }
p { color: rgb(193,209,188); }
H1.HeaderClassName
{
color: #C1D1BC;
}
.AnyTagClassName
{
color: #C1D1BC;
}
</style>
background-color css
<style>
a { background-color: #C1D1BC; }
a { background-color: rgb(193,209,188); }
div.DivClassName
{
background-color: #C1D1BC;
}
.BgClassName
{
background-color: #C1D1BC;
}
</style>
border-color css
<style>
span { border-color: #C1D1BC; }
span { border-color: rgb(193,209,188); }
td.TdClassName
{
border-color: #C1D1BC;
}
.TagClassName
{
border-color: #C1D1BC;
}
</style>