Shades of Iron #C0D0D4
Tints of Iron #C0D0D4
RGB
CMYK
RGB Variations
Color information
#C0D0D4 (or 0xC0D0D4) is known color: Iron. HEX triplet: C0, D0 and D4. RGB value is (192,208,212). Sum of RGB (Red+Green+Blue) = 192+208+212=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 212 (83.20% from 255 or 34.64% from 612); Max value from RGB is 212 - color contains mainly: blue. Hex color #C0D0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D0D4 is #3F2F2B. Grayscale: #CBCBCB. Windows color (decimal): -4140844 or 13947072. OLE color: 13947072.
HSL color Cylindrical-coordinate representation of color #C0D0D4: hue angle of 192º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0D0D4 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 208 | 212 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.17 |
| HSL | 192º | 0.19% | 0.79% | - |
| HSV(B) | 192º | 0.09% | 0.83% | - |
| XYZ | 56.18 | 61.07 | 71.11 | - |
| YUV | 203.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 208 | 212 | 0.09 | 0.02 | 0 | 0.17 | 192 | 0.19 | 0.79 |
| Hex | C0 | D0 | D4 | 9 | 2 | 0 | 11 | C0 | 13 | 4F |
| Octal | 300 | 320 | 324 | 11 | 2 | 0 | 21 | 300 | 23 | 117 |
| Binary | 11000000 | 11010000 | 11010100 | 1001 | 10 | 0 | 10001 | 11000000 | 10011 | 1001111 |
Color Harmonies of #C0D0D4
Complementary color
Monochromatic Colors of #C0D0D4
Black with #C0D0D4
Text Example
Text Example
White with #C0D0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D0D4; }
p { color: rgb(192,208,212); }
H1.HeaderClassName
{
color: #C0D0D4;
}
.AnyTagClassName
{
color: #C0D0D4;
}
</style>
background-color css
<style>
a { background-color: #C0D0D4; }
a { background-color: rgb(192,208,212); }
div.DivClassName
{
background-color: #C0D0D4;
}
.BgClassName
{
background-color: #C0D0D4;
}
</style>
border-color css
<style>
span { border-color: #C0D0D4; }
span { border-color: rgb(192,208,212); }
td.TdClassName
{
border-color: #C0D0D4;
}
.TagClassName
{
border-color: #C0D0D4;
}
</style>