Shades of Iron #C1CBCC
Tints of Iron #C1CBCC
RGB
CMYK
RGB Variations
Color information
#C1CBCC (or 0xC1CBCC) is known color: Iron. HEX triplet: C1, CB and CC. RGB value is (193,203,204). Sum of RGB (Red+Green+Blue) = 193+203+204=600 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.17% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 204 - color contains mainly: blue. Hex color #C1CBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CBCC is #3E3433. Grayscale: #C8C8C8. Windows color (decimal): -4076596 or 13421505. OLE color: 13421505.
HSL color Cylindrical-coordinate representation of color #C1CBCC: hue angle of 185.45º degrees, saturation: 0.1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C1CBCC is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 203 | 204 | - |
| CMYK | 0.05 | 0.00 | 0 | 0.2 |
| HSL | 185.45º | 0.1% | 0.78% | - |
| HSV(B) | 185.45º | 0.05% | 0.8% | - |
| XYZ | 54.25 | 58.41 | 65.54 | - |
| YUV | 200.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 203 | 204 | 0.05 | 0.00 | 0 | 0.2 | 185.45 | 0.1 | 0.78 |
| Hex | C1 | CB | CC | 5 | 0 | 0 | 14 | B9 | A | 4E |
| Octal | 301 | 313 | 314 | 5 | 0 | 0 | 24 | 271 | 12 | 116 |
| Binary | 11000001 | 11001011 | 11001100 | 101 | 0 | 0 | 10100 | 10111001 | 1010 | 1001110 |
Color Harmonies of #C1CBCC
Complementary color
Monochromatic Colors of #C1CBCC
Black with #C1CBCC
Text Example
Text Example
White with #C1CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CBCC; }
p { color: rgb(193,203,204); }
H1.HeaderClassName
{
color: #C1CBCC;
}
.AnyTagClassName
{
color: #C1CBCC;
}
</style>
background-color css
<style>
a { background-color: #C1CBCC; }
a { background-color: rgb(193,203,204); }
div.DivClassName
{
background-color: #C1CBCC;
}
.BgClassName
{
background-color: #C1CBCC;
}
</style>
border-color css
<style>
span { border-color: #C1CBCC; }
span { border-color: rgb(193,203,204); }
td.TdClassName
{
border-color: #C1CBCC;
}
.TagClassName
{
border-color: #C1CBCC;
}
</style>