Shades of Iron #C7CDCF
Tints of Iron #C7CDCF
RGB
CMYK
RGB Variations
Color information
#C7CDCF (or 0xC7CDCF) is known color: Iron. HEX triplet: C7, CD and CF. RGB value is (199,205,207). Sum of RGB (Red+Green+Blue) = 199+205+207=611 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.57% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 207 - color contains mainly: blue. Hex color #C7CDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CDCF is #383230. Grayscale: #CBCBCB. Windows color (decimal): -3682865 or 13618631. OLE color: 13618631.
HSL color Cylindrical-coordinate representation of color #C7CDCF: hue angle of 195º 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 #C7CDCF is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 199 | 205 | 207 | - |
CMYK | 0.04 | 0.01 | 0 | 0.19 |
HSL | 195º | 0.08% | 0.8% | - |
HSV(B) | 195º | 0.04% | 0.81% | - |
XYZ | 56.65 | 60.31 | 67.69 | - |
YUV | 203.43 | 130.01 | 124.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 205 | 207 | 0.04 | 0.01 | 0 | 0.19 | 195 | 0.08 | 0.8 |
Hex | C7 | CD | CF | 4 | 1 | 0 | 13 | C3 | 8 | 50 |
Octal | 307 | 315 | 317 | 4 | 1 | 0 | 23 | 303 | 10 | 120 |
Binary | 11000111 | 11001101 | 11001111 | 100 | 1 | 0 | 10011 | 11000011 | 1000 | 1010000 |
Color Harmonies of #C7CDCF
Complementary color
Monochromatic Colors of #C7CDCF
Black with #C7CDCF
Text Example
Text Example
White with #C7CDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CDCF; }
p { color: rgb(199,205,207); }
H1.HeaderClassName
{
color: #C7CDCF;
}
.AnyTagClassName
{
color: #C7CDCF;
}
</style>
background-color css
<style>
a { background-color: #C7CDCF; }
a { background-color: rgb(199,205,207); }
div.DivClassName
{
background-color: #C7CDCF;
}
.BgClassName
{
background-color: #C7CDCF;
}
</style>
border-color css
<style>
span { border-color: #C7CDCF; }
span { border-color: rgb(199,205,207); }
td.TdClassName
{
border-color: #C7CDCF;
}
.TagClassName
{
border-color: #C7CDCF;
}
</style>