Shades of Iron #C2CBCD
Tints of Iron #C2CBCD
RGB
CMYK
RGB Variations
Color information
#C2CBCD (or 0xC2CBCD) is known color: Iron. HEX triplet: C2, CB and CD. RGB value is (194,203,205). Sum of RGB (Red+Green+Blue) = 194+203+205=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 205 - color contains mainly: blue. Hex color #C2CBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CBCD is #3D3432. Grayscale: #C8C8C8. Windows color (decimal): -4011059 or 13487042. OLE color: 13487042.
HSL color Cylindrical-coordinate representation of color #C2CBCD: hue angle of 190.91º degrees, saturation: 0.1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C2CBCD is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 203 | 205 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.20 |
| HSL | 190.91º | 0.1% | 0.78% | - |
| HSV(B) | 190.91º | 0.05% | 0.8% | - |
| XYZ | 54.62 | 58.59 | 66.19 | - |
| YUV | 200.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 205 | 0.05 | 0.01 | 0 | 0.20 | 190.91 | 0.1 | 0.78 |
| Hex | C2 | CB | CD | 5 | 1 | 0 | 14 | BF | A | 4E |
| Octal | 302 | 313 | 315 | 5 | 1 | 0 | 24 | 277 | 12 | 116 |
| Binary | 11000010 | 11001011 | 11001101 | 101 | 1 | 0 | 10100 | 10111111 | 1010 | 1001110 |
Color Harmonies of #C2CBCD
Complementary color
Monochromatic Colors of #C2CBCD
Black with #C2CBCD
Text Example
Text Example
White with #C2CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CBCD; }
p { color: rgb(194,203,205); }
H1.HeaderClassName
{
color: #C2CBCD;
}
.AnyTagClassName
{
color: #C2CBCD;
}
</style>
background-color css
<style>
a { background-color: #C2CBCD; }
a { background-color: rgb(194,203,205); }
div.DivClassName
{
background-color: #C2CBCD;
}
.BgClassName
{
background-color: #C2CBCD;
}
</style>
border-color css
<style>
span { border-color: #C2CBCD; }
span { border-color: rgb(194,203,205); }
td.TdClassName
{
border-color: #C2CBCD;
}
.TagClassName
{
border-color: #C2CBCD;
}
</style>