Shades of Iron #C0CFD2
Tints of Iron #C0CFD2
RGB
CMYK
RGB Variations
Color information
#C0CFD2 (or 0xC0CFD2) is known color: Iron. HEX triplet: C0, CF and D2. RGB value is (192,207,210). Sum of RGB (Red+Green+Blue) = 192+207+210=609 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.53% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 210 (82.42% from 255 or 34.48% from 609); Max value from RGB is 210 - color contains mainly: blue. Hex color #C0CFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CFD2 is #3F302D. Grayscale: #CACACA. Windows color (decimal): -4141102 or 13815744. OLE color: 13815744.
HSL color Cylindrical-coordinate representation of color #C0CFD2: hue angle of 190º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0CFD2 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 207 | 210 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.18 |
| HSL | 190º | 0.17% | 0.79% | - |
| HSV(B) | 190º | 0.09% | 0.82% | - |
| XYZ | 55.68 | 60.49 | 69.71 | - |
| YUV | 202.86 | 132.03 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 210 | 0.09 | 0.01 | 0 | 0.18 | 190 | 0.17 | 0.79 |
| Hex | C0 | CF | D2 | 9 | 1 | 0 | 12 | BE | 11 | 4F |
| Octal | 300 | 317 | 322 | 11 | 1 | 0 | 22 | 276 | 21 | 117 |
| Binary | 11000000 | 11001111 | 11010010 | 1001 | 1 | 0 | 10010 | 10111110 | 10001 | 1001111 |
Color Harmonies of #C0CFD2
Complementary color
Monochromatic Colors of #C0CFD2
Black with #C0CFD2
Text Example
Text Example
White with #C0CFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CFD2; }
p { color: rgb(192,207,210); }
H1.HeaderClassName
{
color: #C0CFD2;
}
.AnyTagClassName
{
color: #C0CFD2;
}
</style>
background-color css
<style>
a { background-color: #C0CFD2; }
a { background-color: rgb(192,207,210); }
div.DivClassName
{
background-color: #C0CFD2;
}
.BgClassName
{
background-color: #C0CFD2;
}
</style>
border-color css
<style>
span { border-color: #C0CFD2; }
span { border-color: rgb(192,207,210); }
td.TdClassName
{
border-color: #C0CFD2;
}
.TagClassName
{
border-color: #C0CFD2;
}
</style>