Shades of Iron #C0CFCF
Tints of Iron #C0CFCF
RGB
CMYK
RGB Variations
Color information
#C0CFCF (or 0xC0CFCF) is known color: Iron. HEX triplet: C0, CF and CF. RGB value is (192,207,207). Sum of RGB (Red+Green+Blue) = 192+207+207=606 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.68% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #C0CFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CFCF is #3F3030. Grayscale: #CACACA. Windows color (decimal): -4141105 or 13619136. OLE color: 13619136.
HSL color Cylindrical-coordinate representation of color #C0CFCF: hue angle of 180º 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 #C0CFCF is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 207 | - |
| CMYK | 0.07 | 0 | 0 | 0.19 |
| HSL | 180º | 0.14% | 0.78% | - |
| HSV(B) | 180º | 0.07% | 0.81% | - |
| XYZ | 55.31 | 60.34 | 67.76 | - |
| YUV | 202.52 | 130.53 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 207 | 0.07 | 0 | 0 | 0.19 | 180 | 0.14 | 0.78 |
| Hex | C0 | CF | CF | 7 | 0 | 0 | 13 | B4 | E | 4E |
| Octal | 300 | 317 | 317 | 7 | 0 | 0 | 23 | 264 | 16 | 116 |
| Binary | 11000000 | 11001111 | 11001111 | 111 | 0 | 0 | 10011 | 10110100 | 1110 | 1001110 |
Color Harmonies of #C0CFCF
Complementary color
Monochromatic Colors of #C0CFCF
Black with #C0CFCF
Text Example
Text Example
White with #C0CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CFCF; }
p { color: rgb(192,207,207); }
H1.HeaderClassName
{
color: #C0CFCF;
}
.AnyTagClassName
{
color: #C0CFCF;
}
</style>
background-color css
<style>
a { background-color: #C0CFCF; }
a { background-color: rgb(192,207,207); }
div.DivClassName
{
background-color: #C0CFCF;
}
.BgClassName
{
background-color: #C0CFCF;
}
</style>
border-color css
<style>
span { border-color: #C0CFCF; }
span { border-color: rgb(192,207,207); }
td.TdClassName
{
border-color: #C0CFCF;
}
.TagClassName
{
border-color: #C0CFCF;
}
</style>