Shades of Iron #C2C6C6
Tints of Iron #C2C6C6
RGB
CMYK
RGB Variations
Color information
#C2C6C6 (or 0xC2C6C6) is known color: Iron. HEX triplet: C2, C6 and C6. RGB value is (194,198,198). Sum of RGB (Red+Green+Blue) = 194+198+198=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 198 - color contains mainly: green, blue. Hex color #C2C6C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C6C6 is #3D3939. Grayscale: #C4C4C4. Windows color (decimal): -4012346 or 13027010. OLE color: 13027010.
HSL color Cylindrical-coordinate representation of color #C2C6C6: hue angle of 180º degrees, saturation: 0.03, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C2C6C6 is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 198 | 198 | - |
| CMYK | 0.02 | 0 | 0 | 0.22 |
| HSL | 180º | 0.03% | 0.77% | - |
| HSV(B) | 180º | 0.02% | 0.78% | - |
| XYZ | 52.64 | 55.93 | 61.45 | - |
| YUV | 196.8 | 128.67 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 198 | 198 | 0.02 | 0 | 0 | 0.22 | 180 | 0.03 | 0.77 |
| Hex | C2 | C6 | C6 | 2 | 0 | 0 | 16 | B4 | 3 | 4D |
| Octal | 302 | 306 | 306 | 2 | 0 | 0 | 26 | 264 | 3 | 115 |
| Binary | 11000010 | 11000110 | 11000110 | 10 | 0 | 0 | 10110 | 10110100 | 11 | 1001101 |
Color Harmonies of #C2C6C6
Complementary color
Monochromatic Colors of #C2C6C6
Black with #C2C6C6
Text Example
Text Example
White with #C2C6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C6C6; }
p { color: rgb(194,198,198); }
H1.HeaderClassName
{
color: #C2C6C6;
}
.AnyTagClassName
{
color: #C2C6C6;
}
</style>
background-color css
<style>
a { background-color: #C2C6C6; }
a { background-color: rgb(194,198,198); }
div.DivClassName
{
background-color: #C2C6C6;
}
.BgClassName
{
background-color: #C2C6C6;
}
</style>
border-color css
<style>
span { border-color: #C2C6C6; }
span { border-color: rgb(194,198,198); }
td.TdClassName
{
border-color: #C2C6C6;
}
.TagClassName
{
border-color: #C2C6C6;
}
</style>