Shades of Iron #C0CCCC
Tints of Iron #C0CCCC
RGB
CMYK
RGB Variations
Color information
#C0CCCC (or 0xC0CCCC) is known color: Iron. HEX triplet: C0, CC and CC. RGB value is (192,204,204). Sum of RGB (Red+Green+Blue) = 192+204+204=600 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #C0CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCCC is #3F3333. Grayscale: #C8C8C8. Windows color (decimal): -4141876 or 13421760. OLE color: 13421760.
HSL color Cylindrical-coordinate representation of color #C0CCCC: hue angle of 180º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C0CCCC is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 192 | 204 | 204 | - |
CMYK | 0.06 | 0 | 0 | 0.2 |
HSL | 180º | 0.11% | 0.78% | - |
HSV(B) | 180º | 0.06% | 0.8% | - |
XYZ | 54.23 | 58.75 | 65.61 | - |
YUV | 200.41 | 130.02 | 122 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 204 | 204 | 0.06 | 0 | 0 | 0.2 | 180 | 0.11 | 0.78 |
Hex | C0 | CC | CC | 6 | 0 | 0 | 14 | B4 | B | 4E |
Octal | 300 | 314 | 314 | 6 | 0 | 0 | 24 | 264 | 13 | 116 |
Binary | 11000000 | 11001100 | 11001100 | 110 | 0 | 0 | 10100 | 10110100 | 1011 | 1001110 |
Color Harmonies of #C0CCCC
Complementary color
Monochromatic Colors of #C0CCCC
Black with #C0CCCC
Text Example
Text Example
White with #C0CCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CCCC; }
p { color: rgb(192,204,204); }
H1.HeaderClassName
{
color: #C0CCCC;
}
.AnyTagClassName
{
color: #C0CCCC;
}
</style>
background-color css
<style>
a { background-color: #C0CCCC; }
a { background-color: rgb(192,204,204); }
div.DivClassName
{
background-color: #C0CCCC;
}
.BgClassName
{
background-color: #C0CCCC;
}
</style>
border-color css
<style>
span { border-color: #C0CCCC; }
span { border-color: rgb(192,204,204); }
td.TdClassName
{
border-color: #C0CCCC;
}
.TagClassName
{
border-color: #C0CCCC;
}
</style>