Shades of Iron #C2CECE
Tints of Iron #C2CECE
RGB
CMYK
RGB Variations
Color information
#C2CECE (or 0xC2CECE) is known color: Iron. HEX triplet: C2, CE and CE. RGB value is (194,206,206). Sum of RGB (Red+Green+Blue) = 194+206+206=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #C2CECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CECE is #3D3131. Grayscale: #CACACA. Windows color (decimal): -4010290 or 13553346. OLE color: 13553346.
HSL color Cylindrical-coordinate representation of color #C2CECE: hue angle of 180º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2CECE is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 194 | 206 | 206 | - |
CMYK | 0.06 | 0 | 0 | 0.19 |
HSL | 180º | 0.11% | 0.78% | - |
HSV(B) | 180º | 0.06% | 0.81% | - |
XYZ | 55.46 | 60.07 | 67.06 | - |
YUV | 202.41 | 130.02 | 122 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 206 | 206 | 0.06 | 0 | 0 | 0.19 | 180 | 0.11 | 0.78 |
Hex | C2 | CE | CE | 6 | 0 | 0 | 13 | B4 | B | 4E |
Octal | 302 | 316 | 316 | 6 | 0 | 0 | 23 | 264 | 13 | 116 |
Binary | 11000010 | 11001110 | 11001110 | 110 | 0 | 0 | 10011 | 10110100 | 1011 | 1001110 |
Color Harmonies of #C2CECE
Complementary color
Monochromatic Colors of #C2CECE
Black with #C2CECE
Text Example
Text Example
White with #C2CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CECE; }
p { color: rgb(194,206,206); }
H1.HeaderClassName
{
color: #C2CECE;
}
.AnyTagClassName
{
color: #C2CECE;
}
</style>
background-color css
<style>
a { background-color: #C2CECE; }
a { background-color: rgb(194,206,206); }
div.DivClassName
{
background-color: #C2CECE;
}
.BgClassName
{
background-color: #C2CECE;
}
</style>
border-color css
<style>
span { border-color: #C2CECE; }
span { border-color: rgb(194,206,206); }
td.TdClassName
{
border-color: #C2CECE;
}
.TagClassName
{
border-color: #C2CECE;
}
</style>