Shades of Iron #C1CCCF
Tints of Iron #C1CCCF
RGB
CMYK
RGB Variations
Color information
#C1CCCF (or 0xC1CCCF) is known color: Iron. HEX triplet: C1, CC and CF. RGB value is (193,204,207). Sum of RGB (Red+Green+Blue) = 193+204+207=604 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.95% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 207 - color contains mainly: blue. Hex color #C1CCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CCCF is #3E3330. Grayscale: #C9C9C9. Windows color (decimal): -4076337 or 13618369. OLE color: 13618369.
HSL color Cylindrical-coordinate representation of color #C1CCCF: hue angle of 192.86º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C1CCCF is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 204 | 207 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.19 |
| HSL | 192.86º | 0.13% | 0.78% | - |
| HSV(B) | 192.86º | 0.07% | 0.81% | - |
| XYZ | 54.85 | 59.03 | 67.53 | - |
| YUV | 201.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 204 | 207 | 0.07 | 0.01 | 0 | 0.19 | 192.86 | 0.13 | 0.78 |
| Hex | C1 | CC | CF | 7 | 1 | 0 | 13 | C1 | D | 4E |
| Octal | 301 | 314 | 317 | 7 | 1 | 0 | 23 | 301 | 15 | 116 |
| Binary | 11000001 | 11001100 | 11001111 | 111 | 1 | 0 | 10011 | 11000001 | 1101 | 1001110 |
Color Harmonies of #C1CCCF
Complementary color
Monochromatic Colors of #C1CCCF
Black with #C1CCCF
Text Example
Text Example
White with #C1CCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CCCF; }
p { color: rgb(193,204,207); }
H1.HeaderClassName
{
color: #C1CCCF;
}
.AnyTagClassName
{
color: #C1CCCF;
}
</style>
background-color css
<style>
a { background-color: #C1CCCF; }
a { background-color: rgb(193,204,207); }
div.DivClassName
{
background-color: #C1CCCF;
}
.BgClassName
{
background-color: #C1CCCF;
}
</style>
border-color css
<style>
span { border-color: #C1CCCF; }
span { border-color: rgb(193,204,207); }
td.TdClassName
{
border-color: #C1CCCF;
}
.TagClassName
{
border-color: #C1CCCF;
}
</style>