Shades of Iron #C2CECF
Tints of Iron #C2CECF
RGB
CMYK
RGB Variations
Color information
#C2CECF (or 0xC2CECF) is known color: Iron. HEX triplet: C2, CE and CF. RGB value is (194,206,207). Sum of RGB (Red+Green+Blue) = 194+206+207=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 207 - color contains mainly: blue. Hex color #C2CECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CECF is #3D3130. Grayscale: #CACACA. Windows color (decimal): -4010289 or 13618882. OLE color: 13618882.
HSL color Cylindrical-coordinate representation of color #C2CECF: hue angle of 184.62º 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 #C2CECF is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 194 | 206 | 207 | - |
CMYK | 0.06 | 0.00 | 0 | 0.19 |
HSL | 184.62º | 0.12% | 0.79% | - |
HSV(B) | 184.62º | 0.06% | 0.81% | - |
XYZ | 55.58 | 60.12 | 67.71 | - |
YUV | 202.53 | 130.52 | 121.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 206 | 207 | 0.06 | 0.00 | 0 | 0.19 | 184.62 | 0.12 | 0.79 |
Hex | C2 | CE | CF | 6 | 0 | 0 | 13 | B9 | C | 4F |
Octal | 302 | 316 | 317 | 6 | 0 | 0 | 23 | 271 | 14 | 117 |
Binary | 11000010 | 11001110 | 11001111 | 110 | 0 | 0 | 10011 | 10111001 | 1100 | 1001111 |
Color Harmonies of #C2CECF
Complementary color
Monochromatic Colors of #C2CECF
Black with #C2CECF
Text Example
Text Example
White with #C2CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CECF; }
p { color: rgb(194,206,207); }
H1.HeaderClassName
{
color: #C2CECF;
}
.AnyTagClassName
{
color: #C2CECF;
}
</style>
background-color css
<style>
a { background-color: #C2CECF; }
a { background-color: rgb(194,206,207); }
div.DivClassName
{
background-color: #C2CECF;
}
.BgClassName
{
background-color: #C2CECF;
}
</style>
border-color css
<style>
span { border-color: #C2CECF; }
span { border-color: rgb(194,206,207); }
td.TdClassName
{
border-color: #C2CECF;
}
.TagClassName
{
border-color: #C2CECF;
}
</style>