Shades of Iron #C2CCCE
Tints of Iron #C2CCCE
RGB
CMYK
RGB Variations
Color information
#C2CCCE (or 0xC2CCCE) is known color: Iron. HEX triplet: C2, CC and CE. RGB value is (194,204,206). Sum of RGB (Red+Green+Blue) = 194+204+206=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 206 - color contains mainly: blue. Hex color #C2CCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CCCE is #3D3331. Grayscale: #C9C9C9. Windows color (decimal): -4010802 or 13552834. OLE color: 13552834.
HSL color Cylindrical-coordinate representation of color #C2CCCE: hue angle of 190º 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 #C2CCCE is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 204 | 206 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.19 |
| HSL | 190º | 0.11% | 0.78% | - |
| HSV(B) | 190º | 0.06% | 0.81% | - |
| XYZ | 54.98 | 59.11 | 66.9 | - |
| YUV | 201.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 206 | 0.06 | 0.01 | 0 | 0.19 | 190 | 0.11 | 0.78 |
| Hex | C2 | CC | CE | 6 | 1 | 0 | 13 | BE | B | 4E |
| Octal | 302 | 314 | 316 | 6 | 1 | 0 | 23 | 276 | 13 | 116 |
| Binary | 11000010 | 11001100 | 11001110 | 110 | 1 | 0 | 10011 | 10111110 | 1011 | 1001110 |
Color Harmonies of #C2CCCE
Complementary color
Monochromatic Colors of #C2CCCE
Black with #C2CCCE
Text Example
Text Example
White with #C2CCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CCCE; }
p { color: rgb(194,204,206); }
H1.HeaderClassName
{
color: #C2CCCE;
}
.AnyTagClassName
{
color: #C2CCCE;
}
</style>
background-color css
<style>
a { background-color: #C2CCCE; }
a { background-color: rgb(194,204,206); }
div.DivClassName
{
background-color: #C2CCCE;
}
.BgClassName
{
background-color: #C2CCCE;
}
</style>
border-color css
<style>
span { border-color: #C2CCCE; }
span { border-color: rgb(194,204,206); }
td.TdClassName
{
border-color: #C2CCCE;
}
.TagClassName
{
border-color: #C2CCCE;
}
</style>