Shades of Sea Mist #C5CBC6
Tints of Sea Mist #C5CBC6
RGB
CMYK
RGB Variations
Color information
#C5CBC6 (or 0xC5CBC6) is known color: Sea Mist. HEX triplet: C5, CB and C6. RGB value is (197,203,198). Sum of RGB (Red+Green+Blue) = 197+203+198=598 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.94% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 198 (77.73% from 255 or 33.11% from 598); Max value from RGB is 203 - color contains mainly: green. Hex color #C5CBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CBC6 is #3A3439. Grayscale: #C8C8C8. Windows color (decimal): -3814458 or 13028293. OLE color: 13028293.
HSL color Cylindrical-coordinate representation of color #C5CBC6: hue angle of 130º degrees, saturation: 0.05, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C5CBC6 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
RGB | 197 | 203 | 198 | - |
CMYK | 0.03 | 0 | 0.02 | 0.20 |
HSL | 130º | 0.05% | 0.78% | - |
HSV(B) | 130º | 0.03% | 0.8% | - |
XYZ | 54.57 | 58.66 | 61.87 | - |
YUV | 200.64 | 126.51 | 125.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 203 | 198 | 0.03 | 0 | 0.02 | 0.20 | 130 | 0.05 | 0.78 |
Hex | C5 | CB | C6 | 3 | 0 | 2 | 14 | 82 | 5 | 4E |
Octal | 305 | 313 | 306 | 3 | 0 | 2 | 24 | 202 | 5 | 116 |
Binary | 11000101 | 11001011 | 11000110 | 11 | 0 | 10 | 10100 | 10000010 | 101 | 1001110 |
Color Harmonies of #C5CBC6
Complementary color
Monochromatic Colors of #C5CBC6
Black with #C5CBC6
Text Example
Text Example
White with #C5CBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CBC6; }
p { color: rgb(197,203,198); }
H1.HeaderClassName
{
color: #C5CBC6;
}
.AnyTagClassName
{
color: #C5CBC6;
}
</style>
background-color css
<style>
a { background-color: #C5CBC6; }
a { background-color: rgb(197,203,198); }
div.DivClassName
{
background-color: #C5CBC6;
}
.BgClassName
{
background-color: #C5CBC6;
}
</style>
border-color css
<style>
span { border-color: #C5CBC6; }
span { border-color: rgb(197,203,198); }
td.TdClassName
{
border-color: #C5CBC6;
}
.TagClassName
{
border-color: #C5CBC6;
}
</style>