Shades of Surf Crest #C2D0BA
Tints of Surf Crest #C2D0BA
RGB
CMYK
RGB Variations
Color information
#C2D0BA (or 0xC2D0BA) is known color: Surf Crest. HEX triplet: C2, D0 and BA. RGB value is (194,208,186). Sum of RGB (Red+Green+Blue) = 194+208+186=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 208 (81.64% from 255 or 35.37% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D0BA is #3D2F45. Grayscale: #C9C9C9. Windows color (decimal): -4009798 or 12243138. OLE color: 12243138.
HSL color Cylindrical-coordinate representation of color #C2D0BA: hue angle of 98.18º 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 #C2D0BA is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 208 | 186 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.18 |
| HSL | 98.18º | 0.19% | 0.77% | - |
| HSV(B) | 98.18º | 0.11% | 0.82% | - |
| XYZ | 53.67 | 60.13 | 55.23 | - |
| YUV | 201.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 208 | 186 | 0.07 | 0 | 0.11 | 0.18 | 98.18 | 0.19 | 0.77 |
| Hex | C2 | D0 | BA | 7 | 0 | B | 12 | 62 | 13 | 4D |
| Octal | 302 | 320 | 272 | 7 | 0 | 13 | 22 | 142 | 23 | 115 |
| Binary | 11000010 | 11010000 | 10111010 | 111 | 0 | 1011 | 10010 | 1100010 | 10011 | 1001101 |
Color Harmonies of #C2D0BA
Complementary color
Monochromatic Colors of #C2D0BA
Black with #C2D0BA
Text Example
Text Example
White with #C2D0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D0BA; }
p { color: rgb(194,208,186); }
H1.HeaderClassName
{
color: #C2D0BA;
}
.AnyTagClassName
{
color: #C2D0BA;
}
</style>
background-color css
<style>
a { background-color: #C2D0BA; }
a { background-color: rgb(194,208,186); }
div.DivClassName
{
background-color: #C2D0BA;
}
.BgClassName
{
background-color: #C2D0BA;
}
</style>
border-color css
<style>
span { border-color: #C2D0BA; }
span { border-color: rgb(194,208,186); }
td.TdClassName
{
border-color: #C2D0BA;
}
.TagClassName
{
border-color: #C2D0BA;
}
</style>