Shades of Iron #C0CBCD
Tints of Iron #C0CBCD
RGB
CMYK
RGB Variations
Color information
#C0CBCD (or 0xC0CBCD) is known color: Iron. HEX triplet: C0, CB and CD. RGB value is (192,203,205). Sum of RGB (Red+Green+Blue) = 192+203+205=600 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 205 - color contains mainly: blue. Hex color #C0CBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CBCD is #3F3432. Grayscale: #C7C7C7. Windows color (decimal): -4142131 or 13487040. OLE color: 13487040.
HSL color Cylindrical-coordinate representation of color #C0CBCD: hue angle of 189.23º 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 #C0CBCD is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 192 | 203 | 205 | - |
CMYK | 0.06 | 0.01 | 0 | 0.20 |
HSL | 189.23º | 0.12% | 0.78% | - |
HSV(B) | 189.23º | 0.06% | 0.8% | - |
XYZ | 54.11 | 58.33 | 66.16 | - |
YUV | 199.94 | 130.86 | 122.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 203 | 205 | 0.06 | 0.01 | 0 | 0.20 | 189.23 | 0.12 | 0.78 |
Hex | C0 | CB | CD | 6 | 1 | 0 | 14 | BD | C | 4E |
Octal | 300 | 313 | 315 | 6 | 1 | 0 | 24 | 275 | 14 | 116 |
Binary | 11000000 | 11001011 | 11001101 | 110 | 1 | 0 | 10100 | 10111101 | 1100 | 1001110 |
Color Harmonies of #C0CBCD
Complementary color
Monochromatic Colors of #C0CBCD
Black with #C0CBCD
Text Example
Text Example
White with #C0CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CBCD; }
p { color: rgb(192,203,205); }
H1.HeaderClassName
{
color: #C0CBCD;
}
.AnyTagClassName
{
color: #C0CBCD;
}
</style>
background-color css
<style>
a { background-color: #C0CBCD; }
a { background-color: rgb(192,203,205); }
div.DivClassName
{
background-color: #C0CBCD;
}
.BgClassName
{
background-color: #C0CBCD;
}
</style>
border-color css
<style>
span { border-color: #C0CBCD; }
span { border-color: rgb(192,203,205); }
td.TdClassName
{
border-color: #C0CBCD;
}
.TagClassName
{
border-color: #C0CBCD;
}
</style>