Shades of Iron #C2CCCC
Tints of Iron #C2CCCC
RGB
CMYK
RGB Variations
Color information
#C2CCCC (or 0xC2CCCC) is known color: Iron. HEX triplet: C2, CC and CC. RGB value is (194,204,204). Sum of RGB (Red+Green+Blue) = 194+204+204=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #C2CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CCCC is #3D3333. Grayscale: #C9C9C9. Windows color (decimal): -4010804 or 13421762. OLE color: 13421762.
HSL color Cylindrical-coordinate representation of color #C2CCCC: hue angle of 180º degrees, saturation: 0.09, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C2CCCC is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 204 | 204 | - |
| CMYK | 0.05 | 0 | 0 | 0.2 |
| HSL | 180º | 0.09% | 0.78% | - |
| HSV(B) | 180º | 0.05% | 0.8% | - |
| XYZ | 54.74 | 59.01 | 65.63 | - |
| YUV | 201.01 | 129.69 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 204 | 0.05 | 0 | 0 | 0.2 | 180 | 0.09 | 0.78 |
| Hex | C2 | CC | CC | 5 | 0 | 0 | 14 | B4 | 9 | 4E |
| Octal | 302 | 314 | 314 | 5 | 0 | 0 | 24 | 264 | 11 | 116 |
| Binary | 11000010 | 11001100 | 11001100 | 101 | 0 | 0 | 10100 | 10110100 | 1001 | 1001110 |
Color Harmonies of #C2CCCC
Complementary color
Monochromatic Colors of #C2CCCC
Black with #C2CCCC
Text Example
Text Example
White with #C2CCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CCCC; }
p { color: rgb(194,204,204); }
H1.HeaderClassName
{
color: #C2CCCC;
}
.AnyTagClassName
{
color: #C2CCCC;
}
</style>
background-color css
<style>
a { background-color: #C2CCCC; }
a { background-color: rgb(194,204,204); }
div.DivClassName
{
background-color: #C2CCCC;
}
.BgClassName
{
background-color: #C2CCCC;
}
</style>
border-color css
<style>
span { border-color: #C2CCCC; }
span { border-color: rgb(194,204,204); }
td.TdClassName
{
border-color: #C2CCCC;
}
.TagClassName
{
border-color: #C2CCCC;
}
</style>