Shades of Iron #C7CFCF
Tints of Iron #C7CFCF
RGB
CMYK
RGB Variations
Color information
#C7CFCF (or 0xC7CFCF) is known color: Iron. HEX triplet: C7, CF and CF. RGB value is (199,207,207). Sum of RGB (Red+Green+Blue) = 199+207+207=613 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.46% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #C7CFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CFCF is #383030. Grayscale: #CCCCCC. Windows color (decimal): -3682353 or 13619143. OLE color: 13619143.
HSL color Cylindrical-coordinate representation of color #C7CFCF: hue angle of 180º 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 #C7CFCF is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 199 | 207 | 207 | - |
CMYK | 0.04 | 0 | 0 | 0.19 |
HSL | 180º | 0.08% | 0.8% | - |
HSV(B) | 180º | 0.04% | 0.81% | - |
XYZ | 57.13 | 61.27 | 67.85 | - |
YUV | 204.61 | 129.35 | 124 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 207 | 207 | 0.04 | 0 | 0 | 0.19 | 180 | 0.08 | 0.8 |
Hex | C7 | CF | CF | 4 | 0 | 0 | 13 | B4 | 8 | 50 |
Octal | 307 | 317 | 317 | 4 | 0 | 0 | 23 | 264 | 10 | 120 |
Binary | 11000111 | 11001111 | 11001111 | 100 | 0 | 0 | 10011 | 10110100 | 1000 | 1010000 |
Color Harmonies of #C7CFCF
Complementary color
Monochromatic Colors of #C7CFCF
Black with #C7CFCF
Text Example
Text Example
White with #C7CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CFCF; }
p { color: rgb(199,207,207); }
H1.HeaderClassName
{
color: #C7CFCF;
}
.AnyTagClassName
{
color: #C7CFCF;
}
</style>
background-color css
<style>
a { background-color: #C7CFCF; }
a { background-color: rgb(199,207,207); }
div.DivClassName
{
background-color: #C7CFCF;
}
.BgClassName
{
background-color: #C7CFCF;
}
</style>
border-color css
<style>
span { border-color: #C7CFCF; }
span { border-color: rgb(199,207,207); }
td.TdClassName
{
border-color: #C7CFCF;
}
.TagClassName
{
border-color: #C7CFCF;
}
</style>