Shades of Iron #C0CECE
Tints of Iron #C0CECE
RGB
CMYK
RGB Variations
Color information
#C0CECE (or 0xC0CECE) is known color: Iron. HEX triplet: C0, CE and CE. RGB value is (192,206,206). Sum of RGB (Red+Green+Blue) = 192+206+206=604 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.79% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #C0CECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CECE is #3F3131. Grayscale: #C9C9C9. Windows color (decimal): -4141362 or 13553344. OLE color: 13553344.
HSL color Cylindrical-coordinate representation of color #C0CECE: hue angle of 180º degrees, saturation: 0.12, 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 #C0CECE is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 192 | 206 | 206 | - |
CMYK | 0.07 | 0 | 0 | 0.19 |
HSL | 180º | 0.13% | 0.78% | - |
HSV(B) | 180º | 0.07% | 0.81% | - |
XYZ | 54.95 | 59.81 | 67.04 | - |
YUV | 201.81 | 130.36 | 121 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 206 | 206 | 0.07 | 0 | 0 | 0.19 | 180 | 0.13 | 0.78 |
Hex | C0 | CE | CE | 7 | 0 | 0 | 13 | B4 | C | 4E |
Octal | 300 | 316 | 316 | 7 | 0 | 0 | 23 | 264 | 14 | 116 |
Binary | 11000000 | 11001110 | 11001110 | 111 | 0 | 0 | 10011 | 10110100 | 1100 | 1001110 |
Color Harmonies of #C0CECE
Complementary color
Monochromatic Colors of #C0CECE
Black with #C0CECE
Text Example
Text Example
White with #C0CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CECE; }
p { color: rgb(192,206,206); }
H1.HeaderClassName
{
color: #C0CECE;
}
.AnyTagClassName
{
color: #C0CECE;
}
</style>
background-color css
<style>
a { background-color: #C0CECE; }
a { background-color: rgb(192,206,206); }
div.DivClassName
{
background-color: #C0CECE;
}
.BgClassName
{
background-color: #C0CECE;
}
</style>
border-color css
<style>
span { border-color: #C0CECE; }
span { border-color: rgb(192,206,206); }
td.TdClassName
{
border-color: #C0CECE;
}
.TagClassName
{
border-color: #C0CECE;
}
</style>