Shades of Iron #C7CECE
Tints of Iron #C7CECE
RGB
CMYK
RGB Variations
Color information
#C7CECE (or 0xC7CECE) is known color: Iron. HEX triplet: C7, CE and CE. RGB value is (199,206,206). Sum of RGB (Red+Green+Blue) = 199+206+206=611 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.57% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #C7CECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CECE is #383131. Grayscale: #CBCBCB. Windows color (decimal): -3682610 or 13553351. OLE color: 13553351.
HSL color Cylindrical-coordinate representation of color #C7CECE: hue angle of 180º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C7CECE is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 199 | 206 | 206 | - |
CMYK | 0.03 | 0 | 0 | 0.19 |
HSL | 180º | 0.07% | 0.79% | - |
HSV(B) | 180º | 0.03% | 0.81% | - |
XYZ | 56.77 | 60.74 | 67.12 | - |
YUV | 203.91 | 129.18 | 124.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 206 | 206 | 0.03 | 0 | 0 | 0.19 | 180 | 0.07 | 0.79 |
Hex | C7 | CE | CE | 3 | 0 | 0 | 13 | B4 | 7 | 4F |
Octal | 307 | 316 | 316 | 3 | 0 | 0 | 23 | 264 | 7 | 117 |
Binary | 11000111 | 11001110 | 11001110 | 11 | 0 | 0 | 10011 | 10110100 | 111 | 1001111 |
Color Harmonies of #C7CECE
Complementary color
Monochromatic Colors of #C7CECE
Black with #C7CECE
Text Example
Text Example
White with #C7CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CECE; }
p { color: rgb(199,206,206); }
H1.HeaderClassName
{
color: #C7CECE;
}
.AnyTagClassName
{
color: #C7CECE;
}
</style>
background-color css
<style>
a { background-color: #C7CECE; }
a { background-color: rgb(199,206,206); }
div.DivClassName
{
background-color: #C7CECE;
}
.BgClassName
{
background-color: #C7CECE;
}
</style>
border-color css
<style>
span { border-color: #C7CECE; }
span { border-color: rgb(199,206,206); }
td.TdClassName
{
border-color: #C7CECE;
}
.TagClassName
{
border-color: #C7CECE;
}
</style>