Shades of Sea Mist #C2CFC4
Tints of Sea Mist #C2CFC4
RGB
CMYK
RGB Variations
Color information
#C2CFC4 (or 0xC2CFC4) is known color: Sea Mist. HEX triplet: C2, CF and C4. RGB value is (194,207,196). Sum of RGB (Red+Green+Blue) = 194+207+196=597 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.50% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 196 (76.95% from 255 or 32.83% from 597); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CFC4 is #3D303B. Grayscale: #C9C9C9. Windows color (decimal): -4010044 or 12898242. OLE color: 12898242.
HSL color Cylindrical-coordinate representation of color #C2CFC4: hue angle of 129.23º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2CFC4 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 207 | 196 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.19 |
| HSL | 129.23º | 0.12% | 0.79% | - |
| HSV(B) | 129.23º | 0.06% | 0.81% | - |
| XYZ | 54.52 | 60.08 | 60.95 | - |
| YUV | 201.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 207 | 196 | 0.06 | 0 | 0.05 | 0.19 | 129.23 | 0.12 | 0.79 |
| Hex | C2 | CF | C4 | 6 | 0 | 5 | 13 | 81 | C | 4F |
| Octal | 302 | 317 | 304 | 6 | 0 | 5 | 23 | 201 | 14 | 117 |
| Binary | 11000010 | 11001111 | 11000100 | 110 | 0 | 101 | 10011 | 10000001 | 1100 | 1001111 |
Color Harmonies of #C2CFC4
Complementary color
Monochromatic Colors of #C2CFC4
Black with #C2CFC4
Text Example
Text Example
White with #C2CFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CFC4; }
p { color: rgb(194,207,196); }
H1.HeaderClassName
{
color: #C2CFC4;
}
.AnyTagClassName
{
color: #C2CFC4;
}
</style>
background-color css
<style>
a { background-color: #C2CFC4; }
a { background-color: rgb(194,207,196); }
div.DivClassName
{
background-color: #C2CFC4;
}
.BgClassName
{
background-color: #C2CFC4;
}
</style>
border-color css
<style>
span { border-color: #C2CFC4; }
span { border-color: rgb(194,207,196); }
td.TdClassName
{
border-color: #C2CFC4;
}
.TagClassName
{
border-color: #C2CFC4;
}
</style>