Shades of Iron #C2CFCE
Tints of Iron #C2CFCE
RGB
CMYK
RGB Variations
Color information
#C2CFCE (or 0xC2CFCE) is known color: Iron. HEX triplet: C2, CF and CE. RGB value is (194,207,206). Sum of RGB (Red+Green+Blue) = 194+207+206=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CFCE is #3D3031. Grayscale: #CACACA. Windows color (decimal): -4010034 or 13553602. OLE color: 13553602.
HSL color Cylindrical-coordinate representation of color #C2CFCE: hue angle of 175.38º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2CFCE is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
RGB | 194 | 207 | 206 | - |
CMYK | 0.06 | 0 | 0.00 | 0.19 |
HSL | 175.38º | 0.12% | 0.79% | - |
HSV(B) | 175.38º | 0.06% | 0.81% | - |
XYZ | 55.7 | 60.55 | 67.14 | - |
YUV | 203 | 129.69 | 121.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 207 | 206 | 0.06 | 0 | 0.00 | 0.19 | 175.38 | 0.12 | 0.79 |
Hex | C2 | CF | CE | 6 | 0 | 0 | 13 | AF | C | 4F |
Octal | 302 | 317 | 316 | 6 | 0 | 0 | 23 | 257 | 14 | 117 |
Binary | 11000010 | 11001111 | 11001110 | 110 | 0 | 0 | 10011 | 10101111 | 1100 | 1001111 |
Color Harmonies of #C2CFCE
Complementary color
Monochromatic Colors of #C2CFCE
Black with #C2CFCE
Text Example
Text Example
White with #C2CFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CFCE; }
p { color: rgb(194,207,206); }
H1.HeaderClassName
{
color: #C2CFCE;
}
.AnyTagClassName
{
color: #C2CFCE;
}
</style>
background-color css
<style>
a { background-color: #C2CFCE; }
a { background-color: rgb(194,207,206); }
div.DivClassName
{
background-color: #C2CFCE;
}
.BgClassName
{
background-color: #C2CFCE;
}
</style>
border-color css
<style>
span { border-color: #C2CFCE; }
span { border-color: rgb(194,207,206); }
td.TdClassName
{
border-color: #C2CFCE;
}
.TagClassName
{
border-color: #C2CFCE;
}
</style>