Shades of Iron #C2CACB
Tints of Iron #C2CACB
RGB
CMYK
RGB Variations
Color information
#C2CACB (or 0xC2CACB) is known color: Iron. HEX triplet: C2, CA and CB. RGB value is (194,202,203). Sum of RGB (Red+Green+Blue) = 194+202+203=599 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.39% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 203 - color contains mainly: blue. Hex color #C2CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CACB is #3D3534. Grayscale: #C7C7C7. Windows color (decimal): -4011317 or 13355714. OLE color: 13355714.
HSL color Cylindrical-coordinate representation of color #C2CACB: hue angle of 186.67º degrees, saturation: 0.08, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C2CACB is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 202 | 203 | - |
| CMYK | 0.04 | 0.00 | 0 | 0.20 |
| HSL | 186.67º | 0.08% | 0.78% | - |
| HSV(B) | 186.67º | 0.04% | 0.8% | - |
| XYZ | 54.15 | 58.02 | 64.85 | - |
| YUV | 199.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 203 | 0.04 | 0.00 | 0 | 0.20 | 186.67 | 0.08 | 0.78 |
| Hex | C2 | CA | CB | 4 | 0 | 0 | 14 | BB | 8 | 4E |
| Octal | 302 | 312 | 313 | 4 | 0 | 0 | 24 | 273 | 10 | 116 |
| Binary | 11000010 | 11001010 | 11001011 | 100 | 0 | 0 | 10100 | 10111011 | 1000 | 1001110 |
Color Harmonies of #C2CACB
Complementary color
Monochromatic Colors of #C2CACB
Black with #C2CACB
Text Example
Text Example
White with #C2CACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CACB; }
p { color: rgb(194,202,203); }
H1.HeaderClassName
{
color: #C2CACB;
}
.AnyTagClassName
{
color: #C2CACB;
}
</style>
background-color css
<style>
a { background-color: #C2CACB; }
a { background-color: rgb(194,202,203); }
div.DivClassName
{
background-color: #C2CACB;
}
.BgClassName
{
background-color: #C2CACB;
}
</style>
border-color css
<style>
span { border-color: #C2CACB; }
span { border-color: rgb(194,202,203); }
td.TdClassName
{
border-color: #C2CACB;
}
.TagClassName
{
border-color: #C2CACB;
}
</style>