Shades of Iron #C0CDCF
Tints of Iron #C0CDCF
RGB
CMYK
RGB Variations
Color information
#C0CDCF (or 0xC0CDCF) is known color: Iron. HEX triplet: C0, CD and CF. RGB value is (192,205,207). Sum of RGB (Red+Green+Blue) = 192+205+207=604 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.79% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 207 - color contains mainly: blue. Hex color #C0CDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CDCF is #3F3230. Grayscale: #C9C9C9. Windows color (decimal): -4141617 or 13618624. OLE color: 13618624.
HSL color Cylindrical-coordinate representation of color #C0CDCF: hue angle of 188º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C0CDCF is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 205 | 207 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.19 |
| HSL | 188º | 0.14% | 0.78% | - |
| HSV(B) | 188º | 0.07% | 0.81% | - |
| XYZ | 54.83 | 59.37 | 67.6 | - |
| YUV | 201.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 207 | 0.07 | 0.01 | 0 | 0.19 | 188 | 0.14 | 0.78 |
| Hex | C0 | CD | CF | 7 | 1 | 0 | 13 | BC | E | 4E |
| Octal | 300 | 315 | 317 | 7 | 1 | 0 | 23 | 274 | 16 | 116 |
| Binary | 11000000 | 11001101 | 11001111 | 111 | 1 | 0 | 10011 | 10111100 | 1110 | 1001110 |
Color Harmonies of #C0CDCF
Complementary color
Monochromatic Colors of #C0CDCF
Black with #C0CDCF
Text Example
Text Example
White with #C0CDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CDCF; }
p { color: rgb(192,205,207); }
H1.HeaderClassName
{
color: #C0CDCF;
}
.AnyTagClassName
{
color: #C0CDCF;
}
</style>
background-color css
<style>
a { background-color: #C0CDCF; }
a { background-color: rgb(192,205,207); }
div.DivClassName
{
background-color: #C0CDCF;
}
.BgClassName
{
background-color: #C0CDCF;
}
</style>
border-color css
<style>
span { border-color: #C0CDCF; }
span { border-color: rgb(192,205,207); }
td.TdClassName
{
border-color: #C0CDCF;
}
.TagClassName
{
border-color: #C0CDCF;
}
</style>