Shades of Iron #C1CECD
Tints of Iron #C1CECD
RGB
CMYK
RGB Variations
Color information
#C1CECD (or 0xC1CECD) is known color: Iron. HEX triplet: C1, CE and CD. RGB value is (193,206,205). Sum of RGB (Red+Green+Blue) = 193+206+205=604 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.95% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CECD is #3E3132. Grayscale: #C9C9C9. Windows color (decimal): -4075827 or 13487809. OLE color: 13487809.
HSL color Cylindrical-coordinate representation of color #C1CECD: hue angle of 175.38º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C1CECD is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 206 | 205 | - |
| CMYK | 0.06 | 0 | 0.00 | 0.19 |
| HSL | 175.38º | 0.12% | 0.78% | - |
| HSV(B) | 175.38º | 0.06% | 0.81% | - |
| XYZ | 55.08 | 59.89 | 66.41 | - |
| YUV | 202 | 129.69 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 206 | 205 | 0.06 | 0 | 0.00 | 0.19 | 175.38 | 0.12 | 0.78 |
| Hex | C1 | CE | CD | 6 | 0 | 0 | 13 | AF | C | 4E |
| Octal | 301 | 316 | 315 | 6 | 0 | 0 | 23 | 257 | 14 | 116 |
| Binary | 11000001 | 11001110 | 11001101 | 110 | 0 | 0 | 10011 | 10101111 | 1100 | 1001110 |
Color Harmonies of #C1CECD
Complementary color
Monochromatic Colors of #C1CECD
Black with #C1CECD
Text Example
Text Example
White with #C1CECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CECD; }
p { color: rgb(193,206,205); }
H1.HeaderClassName
{
color: #C1CECD;
}
.AnyTagClassName
{
color: #C1CECD;
}
</style>
background-color css
<style>
a { background-color: #C1CECD; }
a { background-color: rgb(193,206,205); }
div.DivClassName
{
background-color: #C1CECD;
}
.BgClassName
{
background-color: #C1CECD;
}
</style>
border-color css
<style>
span { border-color: #C1CECD; }
span { border-color: rgb(193,206,205); }
td.TdClassName
{
border-color: #C1CECD;
}
.TagClassName
{
border-color: #C1CECD;
}
</style>