Shades of Iron #C9CECF
Tints of Iron #C9CECF
RGB
CMYK
RGB Variations
Color information
#C9CECF (or 0xC9CECF) is known color: Iron. HEX triplet: C9, CE and CF. RGB value is (201,206,207). Sum of RGB (Red+Green+Blue) = 201+206+207=614 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.74% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 207 - color contains mainly: blue. Hex color #C9CECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CECF is #363130. Grayscale: #CCCCCC. Windows color (decimal): -3551537 or 13618889. OLE color: 13618889.
HSL color Cylindrical-coordinate representation of color #C9CECF: hue angle of 190º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C9CECF is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 201 | 206 | 207 | - |
CMYK | 0.03 | 0.00 | 0 | 0.19 |
HSL | 190º | 0.06% | 0.8% | - |
HSV(B) | 190º | 0.03% | 0.81% | - |
XYZ | 57.42 | 61.07 | 67.79 | - |
YUV | 204.62 | 129.34 | 125.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 206 | 207 | 0.03 | 0.00 | 0 | 0.19 | 190 | 0.06 | 0.8 |
Hex | C9 | CE | CF | 3 | 0 | 0 | 13 | BE | 6 | 50 |
Octal | 311 | 316 | 317 | 3 | 0 | 0 | 23 | 276 | 6 | 120 |
Binary | 11001001 | 11001110 | 11001111 | 11 | 0 | 0 | 10011 | 10111110 | 110 | 1010000 |
Color Harmonies of #C9CECF
Complementary color
Monochromatic Colors of #C9CECF
Black with #C9CECF
Text Example
Text Example
White with #C9CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CECF; }
p { color: rgb(201,206,207); }
H1.HeaderClassName
{
color: #C9CECF;
}
.AnyTagClassName
{
color: #C9CECF;
}
</style>
background-color css
<style>
a { background-color: #C9CECF; }
a { background-color: rgb(201,206,207); }
div.DivClassName
{
background-color: #C9CECF;
}
.BgClassName
{
background-color: #C9CECF;
}
</style>
border-color css
<style>
span { border-color: #C9CECF; }
span { border-color: rgb(201,206,207); }
td.TdClassName
{
border-color: #C9CECF;
}
.TagClassName
{
border-color: #C9CECF;
}
</style>