Shades of Iron #C2CDCE
Tints of Iron #C2CDCE
RGB
CMYK
RGB Variations
Color information
#C2CDCE (or 0xC2CDCE) is known color: Iron. HEX triplet: C2, CD and CE. RGB value is (194,205,206). Sum of RGB (Red+Green+Blue) = 194+205+206=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 206 - color contains mainly: blue. Hex color #C2CDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CDCE is #3D3231. Grayscale: #C9C9C9. Windows color (decimal): -4010546 or 13553090. OLE color: 13553090.
HSL color Cylindrical-coordinate representation of color #C2CDCE: hue angle of 185º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2CDCE is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 194 | 205 | 206 | - |
CMYK | 0.06 | 0.00 | 0 | 0.19 |
HSL | 185º | 0.11% | 0.78% | - |
HSV(B) | 185º | 0.06% | 0.81% | - |
XYZ | 55.22 | 59.59 | 66.98 | - |
YUV | 201.83 | 130.36 | 122.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 205 | 206 | 0.06 | 0.00 | 0 | 0.19 | 185 | 0.11 | 0.78 |
Hex | C2 | CD | CE | 6 | 0 | 0 | 13 | B9 | B | 4E |
Octal | 302 | 315 | 316 | 6 | 0 | 0 | 23 | 271 | 13 | 116 |
Binary | 11000010 | 11001101 | 11001110 | 110 | 0 | 0 | 10011 | 10111001 | 1011 | 1001110 |
Color Harmonies of #C2CDCE
Complementary color
Monochromatic Colors of #C2CDCE
Black with #C2CDCE
Text Example
Text Example
White with #C2CDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CDCE; }
p { color: rgb(194,205,206); }
H1.HeaderClassName
{
color: #C2CDCE;
}
.AnyTagClassName
{
color: #C2CDCE;
}
</style>
background-color css
<style>
a { background-color: #C2CDCE; }
a { background-color: rgb(194,205,206); }
div.DivClassName
{
background-color: #C2CDCE;
}
.BgClassName
{
background-color: #C2CDCE;
}
</style>
border-color css
<style>
span { border-color: #C2CDCE; }
span { border-color: rgb(194,205,206); }
td.TdClassName
{
border-color: #C2CDCE;
}
.TagClassName
{
border-color: #C2CDCE;
}
</style>