Shades of Sea Mist #C7CFC7
Tints of Sea Mist #C7CFC7
RGB
CMYK
RGB Variations
Color information
#C7CFC7 (or 0xC7CFC7) is known color: Sea Mist. HEX triplet: C7, CF and C7. RGB value is (199,207,199). Sum of RGB (Red+Green+Blue) = 199+207+199=605 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.89% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 199 (78.12% from 255 or 32.89% from 605); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CFC7 is #383038. Grayscale: #CBCBCB. Windows color (decimal): -3682361 or 13094855. OLE color: 13094855.
HSL color Cylindrical-coordinate representation of color #C7CFC7: hue angle of 120º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C7CFC7 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 207 | 199 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.19 |
| HSL | 120º | 0.08% | 0.8% | - |
| HSV(B) | 120º | 0.04% | 0.81% | - |
| XYZ | 56.17 | 60.89 | 62.83 | - |
| YUV | 203.7 | 125.35 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 199 | 0.04 | 0 | 0.04 | 0.19 | 120 | 0.08 | 0.8 |
| Hex | C7 | CF | C7 | 4 | 0 | 4 | 13 | 78 | 8 | 50 |
| Octal | 307 | 317 | 307 | 4 | 0 | 4 | 23 | 170 | 10 | 120 |
| Binary | 11000111 | 11001111 | 11000111 | 100 | 0 | 100 | 10011 | 1111000 | 1000 | 1010000 |
Color Harmonies of #C7CFC7
Complementary color
Monochromatic Colors of #C7CFC7
Black with #C7CFC7
Text Example
Text Example
White with #C7CFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CFC7; }
p { color: rgb(199,207,199); }
H1.HeaderClassName
{
color: #C7CFC7;
}
.AnyTagClassName
{
color: #C7CFC7;
}
</style>
background-color css
<style>
a { background-color: #C7CFC7; }
a { background-color: rgb(199,207,199); }
div.DivClassName
{
background-color: #C7CFC7;
}
.BgClassName
{
background-color: #C7CFC7;
}
</style>
border-color css
<style>
span { border-color: #C7CFC7; }
span { border-color: rgb(199,207,199); }
td.TdClassName
{
border-color: #C7CFC7;
}
.TagClassName
{
border-color: #C7CFC7;
}
</style>