Shades of Iron #C1CCCE
Tints of Iron #C1CCCE
RGB
CMYK
RGB Variations
Color information
#C1CCCE (or 0xC1CCCE) is known color: Iron. HEX triplet: C1, CC and CE. RGB value is (193,204,206). Sum of RGB (Red+Green+Blue) = 193+204+206=603 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.01% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 206 - color contains mainly: blue. Hex color #C1CCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CCCE is #3E3331. Grayscale: #C8C8C8. Windows color (decimal): -4076338 or 13552833. OLE color: 13552833.
HSL color Cylindrical-coordinate representation of color #C1CCCE: hue angle of 189.23º 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 #C1CCCE is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 204 | 206 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.19 |
| HSL | 189.23º | 0.12% | 0.78% | - |
| HSV(B) | 189.23º | 0.06% | 0.81% | - |
| XYZ | 54.73 | 58.98 | 66.89 | - |
| YUV | 200.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 204 | 206 | 0.06 | 0.01 | 0 | 0.19 | 189.23 | 0.12 | 0.78 |
| Hex | C1 | CC | CE | 6 | 1 | 0 | 13 | BD | C | 4E |
| Octal | 301 | 314 | 316 | 6 | 1 | 0 | 23 | 275 | 14 | 116 |
| Binary | 11000001 | 11001100 | 11001110 | 110 | 1 | 0 | 10011 | 10111101 | 1100 | 1001110 |
Color Harmonies of #C1CCCE
Complementary color
Monochromatic Colors of #C1CCCE
Black with #C1CCCE
Text Example
Text Example
White with #C1CCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CCCE; }
p { color: rgb(193,204,206); }
H1.HeaderClassName
{
color: #C1CCCE;
}
.AnyTagClassName
{
color: #C1CCCE;
}
</style>
background-color css
<style>
a { background-color: #C1CCCE; }
a { background-color: rgb(193,204,206); }
div.DivClassName
{
background-color: #C1CCCE;
}
.BgClassName
{
background-color: #C1CCCE;
}
</style>
border-color css
<style>
span { border-color: #C1CCCE; }
span { border-color: rgb(193,204,206); }
td.TdClassName
{
border-color: #C1CCCE;
}
.TagClassName
{
border-color: #C1CCCE;
}
</style>