Shades of Iron #C2C8CA
Tints of Iron #C2C8CA
RGB
CMYK
RGB Variations
Color information
#C2C8CA (or 0xC2C8CA) is known color: Iron. HEX triplet: C2, C8 and CA. RGB value is (194,200,202). Sum of RGB (Red+Green+Blue) = 194+200+202=596 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.55% from 596); Green value is 200 (78.52% from 255 or 33.56% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 202 - color contains mainly: blue. Hex color #C2C8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C8CA is #3D3735. Grayscale: #C6C6C6. Windows color (decimal): -4011830 or 13289666. OLE color: 13289666.
HSL color Cylindrical-coordinate representation of color #C2C8CA: hue angle of 195º 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 #C2C8CA is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 200 | 202 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.21 |
| HSL | 195º | 0.07% | 0.78% | - |
| HSV(B) | 195º | 0.04% | 0.79% | - |
| XYZ | 53.56 | 57.04 | 64.06 | - |
| YUV | 198.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 200 | 202 | 0.04 | 0.01 | 0 | 0.21 | 195 | 0.07 | 0.78 |
| Hex | C2 | C8 | CA | 4 | 1 | 0 | 15 | C3 | 7 | 4E |
| Octal | 302 | 310 | 312 | 4 | 1 | 0 | 25 | 303 | 7 | 116 |
| Binary | 11000010 | 11001000 | 11001010 | 100 | 1 | 0 | 10101 | 11000011 | 111 | 1001110 |
Color Harmonies of #C2C8CA
Complementary color
Monochromatic Colors of #C2C8CA
Black with #C2C8CA
Text Example
Text Example
White with #C2C8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C8CA; }
p { color: rgb(194,200,202); }
H1.HeaderClassName
{
color: #C2C8CA;
}
.AnyTagClassName
{
color: #C2C8CA;
}
</style>
background-color css
<style>
a { background-color: #C2C8CA; }
a { background-color: rgb(194,200,202); }
div.DivClassName
{
background-color: #C2C8CA;
}
.BgClassName
{
background-color: #C2C8CA;
}
</style>
border-color css
<style>
span { border-color: #C2C8CA; }
span { border-color: rgb(194,200,202); }
td.TdClassName
{
border-color: #C2C8CA;
}
.TagClassName
{
border-color: #C2C8CA;
}
</style>