Shades of Iron #C6CECF
Tints of Iron #C6CECF
RGB
CMYK
RGB Variations
Color information
#C6CECF (or 0xC6CECF) is known color: Iron. HEX triplet: C6, CE and CF. RGB value is (198,206,207). Sum of RGB (Red+Green+Blue) = 198+206+207=611 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.41% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 207 - color contains mainly: blue. Hex color #C6CECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CECF is #393130. Grayscale: #CBCBCB. Windows color (decimal): -3748145 or 13618886. OLE color: 13618886.
HSL color Cylindrical-coordinate representation of color #C6CECF: hue angle of 186.67º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C6CECF is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 206 | 207 | - |
| CMYK | 0.04 | 0.00 | 0 | 0.19 |
| HSL | 186.67º | 0.09% | 0.79% | - |
| HSV(B) | 186.67º | 0.04% | 0.81% | - |
| XYZ | 56.62 | 60.65 | 67.75 | - |
| YUV | 203.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 206 | 207 | 0.04 | 0.00 | 0 | 0.19 | 186.67 | 0.09 | 0.79 |
| Hex | C6 | CE | CF | 4 | 0 | 0 | 13 | BB | 9 | 4F |
| Octal | 306 | 316 | 317 | 4 | 0 | 0 | 23 | 273 | 11 | 117 |
| Binary | 11000110 | 11001110 | 11001111 | 100 | 0 | 0 | 10011 | 10111011 | 1001 | 1001111 |
Color Harmonies of #C6CECF
Complementary color
Monochromatic Colors of #C6CECF
Black with #C6CECF
Text Example
Text Example
White with #C6CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CECF; }
p { color: rgb(198,206,207); }
H1.HeaderClassName
{
color: #C6CECF;
}
.AnyTagClassName
{
color: #C6CECF;
}
</style>
background-color css
<style>
a { background-color: #C6CECF; }
a { background-color: rgb(198,206,207); }
div.DivClassName
{
background-color: #C6CECF;
}
.BgClassName
{
background-color: #C6CECF;
}
</style>
border-color css
<style>
span { border-color: #C6CECF; }
span { border-color: rgb(198,206,207); }
td.TdClassName
{
border-color: #C6CECF;
}
.TagClassName
{
border-color: #C6CECF;
}
</style>