Shades of Iron #C0CCCB
Tints of Iron #C0CCCB
RGB
CMYK
RGB Variations
Color information
#C0CCCB (or 0xC0CCCB) is known color: Iron. HEX triplet: C0, CC and CB. RGB value is (192,204,203). Sum of RGB (Red+Green+Blue) = 192+204+203=599 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.05% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCCB is #3F3334. Grayscale: #C8C8C8. Windows color (decimal): -4141877 or 13356224. OLE color: 13356224.
HSL color Cylindrical-coordinate representation of color #C0CCCB: hue angle of 175º 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 #C0CCCB is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 204 | 203 | - |
| CMYK | 0.06 | 0 | 0.00 | 0.2 |
| HSL | 175º | 0.11% | 0.78% | - |
| HSV(B) | 175º | 0.06% | 0.8% | - |
| XYZ | 54.11 | 58.7 | 64.98 | - |
| YUV | 200.3 | 129.52 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 203 | 0.06 | 0 | 0.00 | 0.2 | 175 | 0.11 | 0.78 |
| Hex | C0 | CC | CB | 6 | 0 | 0 | 14 | AF | B | 4E |
| Octal | 300 | 314 | 313 | 6 | 0 | 0 | 24 | 257 | 13 | 116 |
| Binary | 11000000 | 11001100 | 11001011 | 110 | 0 | 0 | 10100 | 10101111 | 1011 | 1001110 |
Color Harmonies of #C0CCCB
Complementary color
Monochromatic Colors of #C0CCCB
Black with #C0CCCB
Text Example
Text Example
White with #C0CCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CCCB; }
p { color: rgb(192,204,203); }
H1.HeaderClassName
{
color: #C0CCCB;
}
.AnyTagClassName
{
color: #C0CCCB;
}
</style>
background-color css
<style>
a { background-color: #C0CCCB; }
a { background-color: rgb(192,204,203); }
div.DivClassName
{
background-color: #C0CCCB;
}
.BgClassName
{
background-color: #C0CCCB;
}
</style>
border-color css
<style>
span { border-color: #C0CCCB; }
span { border-color: rgb(192,204,203); }
td.TdClassName
{
border-color: #C0CCCB;
}
.TagClassName
{
border-color: #C0CCCB;
}
</style>