Shades of Sea Mist #C0D7C2
Tints of Sea Mist #C0D7C2
RGB
CMYK
RGB Variations
Color information
#C0D7C2 (or 0xC0D7C2) is known color: Sea Mist. HEX triplet: C0, D7 and C2. RGB value is (192,215,194). Sum of RGB (Red+Green+Blue) = 192+215+194=601 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.95% from 601); Green value is 215 (84.38% from 255 or 35.77% from 601); Blue value is 194 (76.17% from 255 or 32.28% from 601); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D7C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D7C2 is #3F283D. Grayscale: #CDCDCD. Windows color (decimal): -4139070 or 12769216. OLE color: 12769216.
HSL color Cylindrical-coordinate representation of color #C0D7C2: hue angle of 125.22º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0D7C2 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 194 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.16 |
| HSL | 125.22º | 0.22% | 0.8% | - |
| HSV(B) | 125.22º | 0.11% | 0.84% | - |
| XYZ | 55.78 | 63.7 | 60.4 | - |
| YUV | 205.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 194 | 0.11 | 0 | 0.10 | 0.16 | 125.22 | 0.22 | 0.8 |
| Hex | C0 | D7 | C2 | B | 0 | A | 10 | 7D | 16 | 50 |
| Octal | 300 | 327 | 302 | 13 | 0 | 12 | 20 | 175 | 26 | 120 |
| Binary | 11000000 | 11010111 | 11000010 | 1011 | 0 | 1010 | 10000 | 1111101 | 10110 | 1010000 |
Color Harmonies of #C0D7C2
Complementary color
Monochromatic Colors of #C0D7C2
Black with #C0D7C2
Text Example
Text Example
White with #C0D7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D7C2; }
p { color: rgb(192,215,194); }
H1.HeaderClassName
{
color: #C0D7C2;
}
.AnyTagClassName
{
color: #C0D7C2;
}
</style>
background-color css
<style>
a { background-color: #C0D7C2; }
a { background-color: rgb(192,215,194); }
div.DivClassName
{
background-color: #C0D7C2;
}
.BgClassName
{
background-color: #C0D7C2;
}
</style>
border-color css
<style>
span { border-color: #C0D7C2; }
span { border-color: rgb(192,215,194); }
td.TdClassName
{
border-color: #C0D7C2;
}
.TagClassName
{
border-color: #C0D7C2;
}
</style>