Shades of Iron #C9CECE
Tints of Iron #C9CECE
RGB
CMYK
RGB Variations
Color information
#C9CECE (or 0xC9CECE) is known color: Iron. HEX triplet: C9, CE and CE. RGB value is (201,206,206). Sum of RGB (Red+Green+Blue) = 201+206+206=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #C9CECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CECE is #363131. Grayscale: #CCCCCC. Windows color (decimal): -3551538 or 13553353. OLE color: 13553353.
HSL color Cylindrical-coordinate representation of color #C9CECE: hue angle of 180º 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 #C9CECE is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 201 | 206 | 206 | - |
CMYK | 0.02 | 0 | 0 | 0.19 |
HSL | 180º | 0.05% | 0.8% | - |
HSV(B) | 180º | 0.02% | 0.81% | - |
XYZ | 57.3 | 61.02 | 67.15 | - |
YUV | 204.51 | 128.84 | 125.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 206 | 206 | 0.02 | 0 | 0 | 0.19 | 180 | 0.05 | 0.8 |
Hex | C9 | CE | CE | 2 | 0 | 0 | 13 | B4 | 5 | 50 |
Octal | 311 | 316 | 316 | 2 | 0 | 0 | 23 | 264 | 5 | 120 |
Binary | 11001001 | 11001110 | 11001110 | 10 | 0 | 0 | 10011 | 10110100 | 101 | 1010000 |
Color Harmonies of #C9CECE
Complementary color
Monochromatic Colors of #C9CECE
Black with #C9CECE
Text Example
Text Example
White with #C9CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CECE; }
p { color: rgb(201,206,206); }
H1.HeaderClassName
{
color: #C9CECE;
}
.AnyTagClassName
{
color: #C9CECE;
}
</style>
background-color css
<style>
a { background-color: #C9CECE; }
a { background-color: rgb(201,206,206); }
div.DivClassName
{
background-color: #C9CECE;
}
.BgClassName
{
background-color: #C9CECE;
}
</style>
border-color css
<style>
span { border-color: #C9CECE; }
span { border-color: rgb(201,206,206); }
td.TdClassName
{
border-color: #C9CECE;
}
.TagClassName
{
border-color: #C9CECE;
}
</style>