Shades of Iron #C0CFD4
Tints of Iron #C0CFD4
RGB
CMYK
RGB Variations
Color information
#C0CFD4 (or 0xC0CFD4) is known color: Iron. HEX triplet: C0, CF and D4. RGB value is (192,207,212). Sum of RGB (Red+Green+Blue) = 192+207+212=611 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.42% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 212 (83.20% from 255 or 34.70% from 611); Max value from RGB is 212 - color contains mainly: blue. Hex color #C0CFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CFD4 is #3F302B. Grayscale: #CBCBCB. Windows color (decimal): -4141100 or 13946816. OLE color: 13946816.
HSL color Cylindrical-coordinate representation of color #C0CFD4: hue angle of 195º 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 #C0CFD4 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 192 | 207 | 212 | - |
CMYK | 0.09 | 0.02 | 0 | 0.17 |
HSL | 195º | 0.19% | 0.79% | - |
HSV(B) | 195º | 0.09% | 0.83% | - |
XYZ | 55.93 | 60.59 | 71.03 | - |
YUV | 203.09 | 133.03 | 120.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 207 | 212 | 0.09 | 0.02 | 0 | 0.17 | 195 | 0.19 | 0.79 |
Hex | C0 | CF | D4 | 9 | 2 | 0 | 11 | C3 | 13 | 4F |
Octal | 300 | 317 | 324 | 11 | 2 | 0 | 21 | 303 | 23 | 117 |
Binary | 11000000 | 11001111 | 11010100 | 1001 | 10 | 0 | 10001 | 11000011 | 10011 | 1001111 |
Color Harmonies of #C0CFD4
Complementary color
Monochromatic Colors of #C0CFD4
Black with #C0CFD4
Text Example
Text Example
White with #C0CFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CFD4; }
p { color: rgb(192,207,212); }
H1.HeaderClassName
{
color: #C0CFD4;
}
.AnyTagClassName
{
color: #C0CFD4;
}
</style>
background-color css
<style>
a { background-color: #C0CFD4; }
a { background-color: rgb(192,207,212); }
div.DivClassName
{
background-color: #C0CFD4;
}
.BgClassName
{
background-color: #C0CFD4;
}
</style>
border-color css
<style>
span { border-color: #C0CFD4; }
span { border-color: rgb(192,207,212); }
td.TdClassName
{
border-color: #C0CFD4;
}
.TagClassName
{
border-color: #C0CFD4;
}
</style>