Shades of Surf Crest #C1D2BA
Tints of Surf Crest #C1D2BA
RGB
CMYK
RGB Variations
Color information
#C1D2BA (or 0xC1D2BA) is known color: Surf Crest. HEX triplet: C1, D2 and BA. RGB value is (193,210,186). Sum of RGB (Red+Green+Blue) = 193+210+186=589 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.77% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 210 - color contains mainly: green. Hex color #C1D2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D2BA is #3E2D45. Grayscale: #CACACA. Windows color (decimal): -4074822 or 12243649. OLE color: 12243649.
HSL color Cylindrical-coordinate representation of color #C1D2BA: hue angle of 102.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1D2BA is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 210 | 186 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.18 |
| HSL | 102.5º | 0.21% | 0.78% | - |
| HSV(B) | 102.5º | 0.11% | 0.82% | - |
| XYZ | 53.9 | 60.98 | 55.38 | - |
| YUV | 202.18 | 118.87 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 210 | 186 | 0.08 | 0 | 0.11 | 0.18 | 102.5 | 0.21 | 0.78 |
| Hex | C1 | D2 | BA | 8 | 0 | B | 12 | 66 | 15 | 4E |
| Octal | 301 | 322 | 272 | 10 | 0 | 13 | 22 | 146 | 25 | 116 |
| Binary | 11000001 | 11010010 | 10111010 | 1000 | 0 | 1011 | 10010 | 1100110 | 10101 | 1001110 |
Color Harmonies of #C1D2BA
Complementary color
Monochromatic Colors of #C1D2BA
Black with #C1D2BA
Text Example
Text Example
White with #C1D2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D2BA; }
p { color: rgb(193,210,186); }
H1.HeaderClassName
{
color: #C1D2BA;
}
.AnyTagClassName
{
color: #C1D2BA;
}
</style>
background-color css
<style>
a { background-color: #C1D2BA; }
a { background-color: rgb(193,210,186); }
div.DivClassName
{
background-color: #C1D2BA;
}
.BgClassName
{
background-color: #C1D2BA;
}
</style>
border-color css
<style>
span { border-color: #C1D2BA; }
span { border-color: rgb(193,210,186); }
td.TdClassName
{
border-color: #C1D2BA;
}
.TagClassName
{
border-color: #C1D2BA;
}
</style>