Shades of Iron #C0CACB
Tints of Iron #C0CACB
RGB
CMYK
RGB Variations
Color information
#C0CACB (or 0xC0CACB) is known color: Iron. HEX triplet: C0, CA and CB. RGB value is (192,202,203). Sum of RGB (Red+Green+Blue) = 192+202+203=597 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.16% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 203 - color contains mainly: blue. Hex color #C0CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CACB is #3F3534. Grayscale: #C7C7C7. Windows color (decimal): -4142389 or 13355712. OLE color: 13355712.
HSL color Cylindrical-coordinate representation of color #C0CACB: hue angle of 185.45º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C0CACB is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 192 | 202 | 203 | - |
CMYK | 0.05 | 0.00 | 0 | 0.20 |
HSL | 185.45º | 0.1% | 0.77% | - |
HSV(B) | 185.45º | 0.05% | 0.8% | - |
XYZ | 53.64 | 57.76 | 64.82 | - |
YUV | 199.12 | 130.19 | 122.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 202 | 203 | 0.05 | 0.00 | 0 | 0.20 | 185.45 | 0.1 | 0.77 |
Hex | C0 | CA | CB | 5 | 0 | 0 | 14 | B9 | A | 4D |
Octal | 300 | 312 | 313 | 5 | 0 | 0 | 24 | 271 | 12 | 115 |
Binary | 11000000 | 11001010 | 11001011 | 101 | 0 | 0 | 10100 | 10111001 | 1010 | 1001101 |
Color Harmonies of #C0CACB
Complementary color
Monochromatic Colors of #C0CACB
Black with #C0CACB
Text Example
Text Example
White with #C0CACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CACB; }
p { color: rgb(192,202,203); }
H1.HeaderClassName
{
color: #C0CACB;
}
.AnyTagClassName
{
color: #C0CACB;
}
</style>
background-color css
<style>
a { background-color: #C0CACB; }
a { background-color: rgb(192,202,203); }
div.DivClassName
{
background-color: #C0CACB;
}
.BgClassName
{
background-color: #C0CACB;
}
</style>
border-color css
<style>
span { border-color: #C0CACB; }
span { border-color: rgb(192,202,203); }
td.TdClassName
{
border-color: #C0CACB;
}
.TagClassName
{
border-color: #C0CACB;
}
</style>