Shades of Iron #C2CED1
Tints of Iron #C2CED1
RGB
CMYK
RGB Variations
Color information
#C2CED1 (or 0xC2CED1) is known color: Iron. HEX triplet: C2, CE and D1. RGB value is (194,206,209). Sum of RGB (Red+Green+Blue) = 194+206+209=609 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.86% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 209 (82.03% from 255 or 34.32% from 609); Max value from RGB is 209 - color contains mainly: blue. Hex color #C2CED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CED1 is #3D312E. Grayscale: #CACACA. Windows color (decimal): -4010287 or 13749954. OLE color: 13749954.
HSL color Cylindrical-coordinate representation of color #C2CED1: hue angle of 192º degrees, saturation: 0.14, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C2CED1 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 206 | 209 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.18 |
| HSL | 192º | 0.14% | 0.79% | - |
| HSV(B) | 192º | 0.07% | 0.82% | - |
| XYZ | 55.83 | 60.22 | 69 | - |
| YUV | 202.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 209 | 0.07 | 0.01 | 0 | 0.18 | 192 | 0.14 | 0.79 |
| Hex | C2 | CE | D1 | 7 | 1 | 0 | 12 | C0 | E | 4F |
| Octal | 302 | 316 | 321 | 7 | 1 | 0 | 22 | 300 | 16 | 117 |
| Binary | 11000010 | 11001110 | 11010001 | 111 | 1 | 0 | 10010 | 11000000 | 1110 | 1001111 |
Color Harmonies of #C2CED1
Complementary color
Monochromatic Colors of #C2CED1
Black with #C2CED1
Text Example
Text Example
White with #C2CED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CED1; }
p { color: rgb(194,206,209); }
H1.HeaderClassName
{
color: #C2CED1;
}
.AnyTagClassName
{
color: #C2CED1;
}
</style>
background-color css
<style>
a { background-color: #C2CED1; }
a { background-color: rgb(194,206,209); }
div.DivClassName
{
background-color: #C2CED1;
}
.BgClassName
{
background-color: #C2CED1;
}
</style>
border-color css
<style>
span { border-color: #C2CED1; }
span { border-color: rgb(194,206,209); }
td.TdClassName
{
border-color: #C2CED1;
}
.TagClassName
{
border-color: #C2CED1;
}
</style>