Shades of Iron #C0CCCE
Tints of Iron #C0CCCE
RGB
CMYK
RGB Variations
Color information
#C0CCCE (or 0xC0CCCE) is known color: Iron. HEX triplet: C0, CC and CE. RGB value is (192,204,206). Sum of RGB (Red+Green+Blue) = 192+204+206=602 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.89% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 206 - color contains mainly: blue. Hex color #C0CCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCCE is #3F3331. Grayscale: #C8C8C8. Windows color (decimal): -4141874 or 13552832. OLE color: 13552832.
HSL color Cylindrical-coordinate representation of color #C0CCCE: hue angle of 188.57º 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 #C0CCCE is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 192 | 204 | 206 | - |
CMYK | 0.07 | 0.01 | 0 | 0.19 |
HSL | 188.57º | 0.13% | 0.78% | - |
HSV(B) | 188.57º | 0.07% | 0.81% | - |
XYZ | 54.47 | 58.85 | 66.88 | - |
YUV | 200.64 | 131.02 | 121.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 204 | 206 | 0.07 | 0.01 | 0 | 0.19 | 188.57 | 0.13 | 0.78 |
Hex | C0 | CC | CE | 7 | 1 | 0 | 13 | BD | C | 4E |
Octal | 300 | 314 | 316 | 7 | 1 | 0 | 23 | 275 | 14 | 116 |
Binary | 11000000 | 11001100 | 11001110 | 111 | 1 | 0 | 10011 | 10111101 | 1100 | 1001110 |
Color Harmonies of #C0CCCE
Complementary color
Monochromatic Colors of #C0CCCE
Black with #C0CCCE
Text Example
Text Example
White with #C0CCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CCCE; }
p { color: rgb(192,204,206); }
H1.HeaderClassName
{
color: #C0CCCE;
}
.AnyTagClassName
{
color: #C0CCCE;
}
</style>
background-color css
<style>
a { background-color: #C0CCCE; }
a { background-color: rgb(192,204,206); }
div.DivClassName
{
background-color: #C0CCCE;
}
.BgClassName
{
background-color: #C0CCCE;
}
</style>
border-color css
<style>
span { border-color: #C0CCCE; }
span { border-color: rgb(192,204,206); }
td.TdClassName
{
border-color: #C0CCCE;
}
.TagClassName
{
border-color: #C0CCCE;
}
</style>