Shades of Iron #C2CFCF
Tints of Iron #C2CFCF
RGB
CMYK
RGB Variations
Color information
#C2CFCF (or 0xC2CFCF) is known color: Iron. HEX triplet: C2, CF and CF. RGB value is (194,207,207). Sum of RGB (Red+Green+Blue) = 194+207+207=608 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.91% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #C2CFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CFCF is #3D3030. Grayscale: #CBCBCB. Windows color (decimal): -4010033 or 13619138. OLE color: 13619138.
HSL color Cylindrical-coordinate representation of color #C2CFCF: hue angle of 180º 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 #C2CFCF is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 194 | 207 | 207 | - |
CMYK | 0.06 | 0 | 0 | 0.19 |
HSL | 180º | 0.12% | 0.79% | - |
HSV(B) | 180º | 0.06% | 0.81% | - |
XYZ | 55.82 | 60.6 | 67.79 | - |
YUV | 203.11 | 130.19 | 121.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 207 | 207 | 0.06 | 0 | 0 | 0.19 | 180 | 0.12 | 0.79 |
Hex | C2 | CF | CF | 6 | 0 | 0 | 13 | B4 | C | 4F |
Octal | 302 | 317 | 317 | 6 | 0 | 0 | 23 | 264 | 14 | 117 |
Binary | 11000010 | 11001111 | 11001111 | 110 | 0 | 0 | 10011 | 10110100 | 1100 | 1001111 |
Color Harmonies of #C2CFCF
Complementary color
Monochromatic Colors of #C2CFCF
Black with #C2CFCF
Text Example
Text Example
White with #C2CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CFCF; }
p { color: rgb(194,207,207); }
H1.HeaderClassName
{
color: #C2CFCF;
}
.AnyTagClassName
{
color: #C2CFCF;
}
</style>
background-color css
<style>
a { background-color: #C2CFCF; }
a { background-color: rgb(194,207,207); }
div.DivClassName
{
background-color: #C2CFCF;
}
.BgClassName
{
background-color: #C2CFCF;
}
</style>
border-color css
<style>
span { border-color: #C2CFCF; }
span { border-color: rgb(194,207,207); }
td.TdClassName
{
border-color: #C2CFCF;
}
.TagClassName
{
border-color: #C2CFCF;
}
</style>