Shades of Surf Crest #C2D2BA
Tints of Surf Crest #C2D2BA
RGB
CMYK
RGB Variations
Color information
#C2D2BA (or 0xC2D2BA) is known color: Surf Crest. HEX triplet: C2, D2 and BA. RGB value is (194,210,186). Sum of RGB (Red+Green+Blue) = 194+210+186=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 210 (82.42% from 255 or 35.59% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D2BA is #3D2D45. Grayscale: #CACACA. Windows color (decimal): -4009286 or 12243650. OLE color: 12243650.
HSL color Cylindrical-coordinate representation of color #C2D2BA: hue angle of 100º 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 #C2D2BA is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 210 | 186 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.18 |
| HSL | 100º | 0.21% | 0.78% | - |
| HSV(B) | 100º | 0.11% | 0.82% | - |
| XYZ | 54.16 | 61.11 | 55.39 | - |
| YUV | 202.48 | 118.7 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 210 | 186 | 0.08 | 0 | 0.11 | 0.18 | 100 | 0.21 | 0.78 |
| Hex | C2 | D2 | BA | 8 | 0 | B | 12 | 64 | 15 | 4E |
| Octal | 302 | 322 | 272 | 10 | 0 | 13 | 22 | 144 | 25 | 116 |
| Binary | 11000010 | 11010010 | 10111010 | 1000 | 0 | 1011 | 10010 | 1100100 | 10101 | 1001110 |
Color Harmonies of #C2D2BA
Complementary color
Monochromatic Colors of #C2D2BA
Black with #C2D2BA
Text Example
Text Example
White with #C2D2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D2BA; }
p { color: rgb(194,210,186); }
H1.HeaderClassName
{
color: #C2D2BA;
}
.AnyTagClassName
{
color: #C2D2BA;
}
</style>
background-color css
<style>
a { background-color: #C2D2BA; }
a { background-color: rgb(194,210,186); }
div.DivClassName
{
background-color: #C2D2BA;
}
.BgClassName
{
background-color: #C2D2BA;
}
</style>
border-color css
<style>
span { border-color: #C2D2BA; }
span { border-color: rgb(194,210,186); }
td.TdClassName
{
border-color: #C2D2BA;
}
.TagClassName
{
border-color: #C2D2BA;
}
</style>