Shades of Iron #C7CDCD
Tints of Iron #C7CDCD
RGB
CMYK
RGB Variations
Color information
#C7CDCD (or 0xC7CDCD) is known color: Iron. HEX triplet: C7, CD and CD. RGB value is (199,205,205). Sum of RGB (Red+Green+Blue) = 199+205+205=609 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.68% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #C7CDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CDCD is #383232. Grayscale: #CBCBCB. Windows color (decimal): -3682867 or 13487559. OLE color: 13487559.
HSL color Cylindrical-coordinate representation of color #C7CDCD: hue angle of 180º degrees, saturation: 0.06, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C7CDCD is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 199 | 205 | 205 | - |
CMYK | 0.03 | 0 | 0 | 0.20 |
HSL | 180º | 0.06% | 0.79% | - |
HSV(B) | 180º | 0.03% | 0.8% | - |
XYZ | 56.4 | 60.21 | 66.41 | - |
YUV | 203.21 | 129.01 | 125 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 205 | 205 | 0.03 | 0 | 0 | 0.20 | 180 | 0.06 | 0.79 |
Hex | C7 | CD | CD | 3 | 0 | 0 | 14 | B4 | 6 | 4F |
Octal | 307 | 315 | 315 | 3 | 0 | 0 | 24 | 264 | 6 | 117 |
Binary | 11000111 | 11001101 | 11001101 | 11 | 0 | 0 | 10100 | 10110100 | 110 | 1001111 |
Color Harmonies of #C7CDCD
Complementary color
Monochromatic Colors of #C7CDCD
Black with #C7CDCD
Text Example
Text Example
White with #C7CDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CDCD; }
p { color: rgb(199,205,205); }
H1.HeaderClassName
{
color: #C7CDCD;
}
.AnyTagClassName
{
color: #C7CDCD;
}
</style>
background-color css
<style>
a { background-color: #C7CDCD; }
a { background-color: rgb(199,205,205); }
div.DivClassName
{
background-color: #C7CDCD;
}
.BgClassName
{
background-color: #C7CDCD;
}
</style>
border-color css
<style>
span { border-color: #C7CDCD; }
span { border-color: rgb(199,205,205); }
td.TdClassName
{
border-color: #C7CDCD;
}
.TagClassName
{
border-color: #C7CDCD;
}
</style>