Shades of Iron #C7CECF
Tints of Iron #C7CECF
RGB
CMYK
RGB Variations
Color information
#C7CECF (or 0xC7CECF) is known color: Iron. HEX triplet: C7, CE and CF. RGB value is (199,206,207). Sum of RGB (Red+Green+Blue) = 199+206+207=612 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.52% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 207 - color contains mainly: blue. Hex color #C7CECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CECF is #383130. Grayscale: #CCCCCC. Windows color (decimal): -3682609 or 13618887. OLE color: 13618887.
HSL color Cylindrical-coordinate representation of color #C7CECF: hue angle of 187.5º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C7CECF is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 206 | 207 | - |
| CMYK | 0.04 | 0.00 | 0 | 0.19 |
| HSL | 187.5º | 0.08% | 0.8% | - |
| HSV(B) | 187.5º | 0.04% | 0.81% | - |
| XYZ | 56.89 | 60.79 | 67.77 | - |
| YUV | 204.02 | 129.68 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 206 | 207 | 0.04 | 0.00 | 0 | 0.19 | 187.5 | 0.08 | 0.8 |
| Hex | C7 | CE | CF | 4 | 0 | 0 | 13 | BC | 8 | 50 |
| Octal | 307 | 316 | 317 | 4 | 0 | 0 | 23 | 274 | 10 | 120 |
| Binary | 11000111 | 11001110 | 11001111 | 100 | 0 | 0 | 10011 | 10111100 | 1000 | 1010000 |
Color Harmonies of #C7CECF
Complementary color
Monochromatic Colors of #C7CECF
Black with #C7CECF
Text Example
Text Example
White with #C7CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CECF; }
p { color: rgb(199,206,207); }
H1.HeaderClassName
{
color: #C7CECF;
}
.AnyTagClassName
{
color: #C7CECF;
}
</style>
background-color css
<style>
a { background-color: #C7CECF; }
a { background-color: rgb(199,206,207); }
div.DivClassName
{
background-color: #C7CECF;
}
.BgClassName
{
background-color: #C7CECF;
}
</style>
border-color css
<style>
span { border-color: #C7CECF; }
span { border-color: rgb(199,206,207); }
td.TdClassName
{
border-color: #C7CECF;
}
.TagClassName
{
border-color: #C7CECF;
}
</style>