Shades of Iron #C9CDCE
Tints of Iron #C9CDCE
RGB
CMYK
RGB Variations
Color information
#C9CDCE (or 0xC9CDCE) is known color: Iron. HEX triplet: C9, CD and CE. RGB value is (201,205,206). Sum of RGB (Red+Green+Blue) = 201+205+206=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 206 - color contains mainly: blue. Hex color #C9CDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CDCE is #363231. Grayscale: #CBCBCB. Windows color (decimal): -3551794 or 13553097. OLE color: 13553097.
HSL color Cylindrical-coordinate representation of color #C9CDCE: hue angle of 192º degrees, saturation: 0.05, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C9CDCE is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 201 | 205 | 206 | - |
CMYK | 0.02 | 0.00 | 0 | 0.19 |
HSL | 192º | 0.05% | 0.8% | - |
HSV(B) | 192º | 0.02% | 0.81% | - |
XYZ | 57.06 | 60.54 | 67.07 | - |
YUV | 203.92 | 129.17 | 125.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 205 | 206 | 0.02 | 0.00 | 0 | 0.19 | 192 | 0.05 | 0.8 |
Hex | C9 | CD | CE | 2 | 0 | 0 | 13 | C0 | 5 | 50 |
Octal | 311 | 315 | 316 | 2 | 0 | 0 | 23 | 300 | 5 | 120 |
Binary | 11001001 | 11001101 | 11001110 | 10 | 0 | 0 | 10011 | 11000000 | 101 | 1010000 |
Color Harmonies of #C9CDCE
Complementary color
Monochromatic Colors of #C9CDCE
Black with #C9CDCE
Text Example
Text Example
White with #C9CDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CDCE; }
p { color: rgb(201,205,206); }
H1.HeaderClassName
{
color: #C9CDCE;
}
.AnyTagClassName
{
color: #C9CDCE;
}
</style>
background-color css
<style>
a { background-color: #C9CDCE; }
a { background-color: rgb(201,205,206); }
div.DivClassName
{
background-color: #C9CDCE;
}
.BgClassName
{
background-color: #C9CDCE;
}
</style>
border-color css
<style>
span { border-color: #C9CDCE; }
span { border-color: rgb(201,205,206); }
td.TdClassName
{
border-color: #C9CDCE;
}
.TagClassName
{
border-color: #C9CDCE;
}
</style>