Shades of Iron #C2CACA
Tints of Iron #C2CACA
RGB
CMYK
RGB Variations
Color information
#C2CACA (or 0xC2CACA) is known color: Iron. HEX triplet: C2, CA and CA. RGB value is (194,202,202). Sum of RGB (Red+Green+Blue) = 194+202+202=598 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.44% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #C2CACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CACA is #3D3535. Grayscale: #C7C7C7. Windows color (decimal): -4011318 or 13290178. OLE color: 13290178.
HSL color Cylindrical-coordinate representation of color #C2CACA: hue angle of 180º degrees, saturation: 0.07, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C2CACA is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 194 | 202 | 202 | - |
CMYK | 0.04 | 0 | 0 | 0.21 |
HSL | 180º | 0.07% | 0.78% | - |
HSV(B) | 180º | 0.04% | 0.79% | - |
XYZ | 54.03 | 57.97 | 64.22 | - |
YUV | 199.61 | 129.35 | 124 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 202 | 202 | 0.04 | 0 | 0 | 0.21 | 180 | 0.07 | 0.78 |
Hex | C2 | CA | CA | 4 | 0 | 0 | 15 | B4 | 7 | 4E |
Octal | 302 | 312 | 312 | 4 | 0 | 0 | 25 | 264 | 7 | 116 |
Binary | 11000010 | 11001010 | 11001010 | 100 | 0 | 0 | 10101 | 10110100 | 111 | 1001110 |
Color Harmonies of #C2CACA
Complementary color
Monochromatic Colors of #C2CACA
Black with #C2CACA
Text Example
Text Example
White with #C2CACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CACA; }
p { color: rgb(194,202,202); }
H1.HeaderClassName
{
color: #C2CACA;
}
.AnyTagClassName
{
color: #C2CACA;
}
</style>
background-color css
<style>
a { background-color: #C2CACA; }
a { background-color: rgb(194,202,202); }
div.DivClassName
{
background-color: #C2CACA;
}
.BgClassName
{
background-color: #C2CACA;
}
</style>
border-color css
<style>
span { border-color: #C2CACA; }
span { border-color: rgb(194,202,202); }
td.TdClassName
{
border-color: #C2CACA;
}
.TagClassName
{
border-color: #C2CACA;
}
</style>