Shades of Sea Mist #C8CFC8
Tints of Sea Mist #C8CFC8
RGB
CMYK
RGB Variations
Color information
#C8CFC8 (or 0xC8CFC8) is known color: Sea Mist. HEX triplet: C8, CF and C8. RGB value is (200,207,200). Sum of RGB (Red+Green+Blue) = 200+207+200=607 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.95% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 200 (78.52% from 255 or 32.95% from 607); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CFC8 is #373037. Grayscale: #CCCCCC. Windows color (decimal): -3616824 or 13160392. OLE color: 13160392.
HSL color Cylindrical-coordinate representation of color #C8CFC8: hue angle of 120º degrees, saturation: 0.07, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C8CFC8 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
RGB | 200 | 207 | 200 | - |
CMYK | 0.03 | 0 | 0.03 | 0.19 |
HSL | 120º | 0.07% | 0.8% | - |
HSV(B) | 120º | 0.03% | 0.81% | - |
XYZ | 56.56 | 61.08 | 63.45 | - |
YUV | 204.11 | 125.68 | 125.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 207 | 200 | 0.03 | 0 | 0.03 | 0.19 | 120 | 0.07 | 0.8 |
Hex | C8 | CF | C8 | 3 | 0 | 3 | 13 | 78 | 7 | 50 |
Octal | 310 | 317 | 310 | 3 | 0 | 3 | 23 | 170 | 7 | 120 |
Binary | 11001000 | 11001111 | 11001000 | 11 | 0 | 11 | 10011 | 1111000 | 111 | 1010000 |
Color Harmonies of #C8CFC8
Complementary color
Monochromatic Colors of #C8CFC8
Black with #C8CFC8
Text Example
Text Example
White with #C8CFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CFC8; }
p { color: rgb(200,207,200); }
H1.HeaderClassName
{
color: #C8CFC8;
}
.AnyTagClassName
{
color: #C8CFC8;
}
</style>
background-color css
<style>
a { background-color: #C8CFC8; }
a { background-color: rgb(200,207,200); }
div.DivClassName
{
background-color: #C8CFC8;
}
.BgClassName
{
background-color: #C8CFC8;
}
</style>
border-color css
<style>
span { border-color: #C8CFC8; }
span { border-color: rgb(200,207,200); }
td.TdClassName
{
border-color: #C8CFC8;
}
.TagClassName
{
border-color: #C8CFC8;
}
</style>