Shades of Iron #C0CCCD
Tints of Iron #C0CCCD
RGB
CMYK
RGB Variations
Color information
#C0CCCD (or 0xC0CCCD) is known color: Iron. HEX triplet: C0, CC and CD. RGB value is (192,204,205). Sum of RGB (Red+Green+Blue) = 192+204+205=601 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.95% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 205 - color contains mainly: blue. Hex color #C0CCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCCD is #3F3332. Grayscale: #C8C8C8. Windows color (decimal): -4141875 or 13487296. OLE color: 13487296.
HSL color Cylindrical-coordinate representation of color #C0CCCD: hue angle of 184.62º degrees, saturation: 0.12, 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 #C0CCCD is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 192 | 204 | 205 | - |
CMYK | 0.06 | 0.00 | 0 | 0.20 |
HSL | 184.62º | 0.12% | 0.78% | - |
HSV(B) | 184.62º | 0.06% | 0.8% | - |
XYZ | 54.35 | 58.8 | 66.24 | - |
YUV | 200.53 | 130.52 | 121.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 204 | 205 | 0.06 | 0.00 | 0 | 0.20 | 184.62 | 0.12 | 0.78 |
Hex | C0 | CC | CD | 6 | 0 | 0 | 14 | B9 | C | 4E |
Octal | 300 | 314 | 315 | 6 | 0 | 0 | 24 | 271 | 14 | 116 |
Binary | 11000000 | 11001100 | 11001101 | 110 | 0 | 0 | 10100 | 10111001 | 1100 | 1001110 |
Color Harmonies of #C0CCCD
Complementary color
Monochromatic Colors of #C0CCCD
Black with #C0CCCD
Text Example
Text Example
White with #C0CCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CCCD; }
p { color: rgb(192,204,205); }
H1.HeaderClassName
{
color: #C0CCCD;
}
.AnyTagClassName
{
color: #C0CCCD;
}
</style>
background-color css
<style>
a { background-color: #C0CCCD; }
a { background-color: rgb(192,204,205); }
div.DivClassName
{
background-color: #C0CCCD;
}
.BgClassName
{
background-color: #C0CCCD;
}
</style>
border-color css
<style>
span { border-color: #C0CCCD; }
span { border-color: rgb(192,204,205); }
td.TdClassName
{
border-color: #C0CCCD;
}
.TagClassName
{
border-color: #C0CCCD;
}
</style>