Shades of Iron #C3CFD1
Tints of Iron #C3CFD1
RGB
CMYK
RGB Variations
Color information
#C3CFD1 (or 0xC3CFD1) is known color: Iron. HEX triplet: C3, CF and D1. RGB value is (195,207,209). Sum of RGB (Red+Green+Blue) = 195+207+209=611 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.91% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 209 (82.03% from 255 or 34.21% from 611); Max value from RGB is 209 - color contains mainly: blue. Hex color #C3CFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CFD1 is #3C302E. Grayscale: #CBCBCB. Windows color (decimal): -3944495 or 13750211. OLE color: 13750211.
HSL color Cylindrical-coordinate representation of color #C3CFD1: hue angle of 188.57º degrees, saturation: 0.13, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C3CFD1 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 207 | 209 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.18 |
| HSL | 188.57º | 0.13% | 0.79% | - |
| HSV(B) | 188.57º | 0.07% | 0.82% | - |
| XYZ | 56.33 | 60.83 | 69.09 | - |
| YUV | 203.64 | 131.02 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 207 | 209 | 0.07 | 0.01 | 0 | 0.18 | 188.57 | 0.13 | 0.79 |
| Hex | C3 | CF | D1 | 7 | 1 | 0 | 12 | BD | D | 4F |
| Octal | 303 | 317 | 321 | 7 | 1 | 0 | 22 | 275 | 15 | 117 |
| Binary | 11000011 | 11001111 | 11010001 | 111 | 1 | 0 | 10010 | 10111101 | 1101 | 1001111 |
Color Harmonies of #C3CFD1
Complementary color
Monochromatic Colors of #C3CFD1
Black with #C3CFD1
Text Example
Text Example
White with #C3CFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CFD1; }
p { color: rgb(195,207,209); }
H1.HeaderClassName
{
color: #C3CFD1;
}
.AnyTagClassName
{
color: #C3CFD1;
}
</style>
background-color css
<style>
a { background-color: #C3CFD1; }
a { background-color: rgb(195,207,209); }
div.DivClassName
{
background-color: #C3CFD1;
}
.BgClassName
{
background-color: #C3CFD1;
}
</style>
border-color css
<style>
span { border-color: #C3CFD1; }
span { border-color: rgb(195,207,209); }
td.TdClassName
{
border-color: #C3CFD1;
}
.TagClassName
{
border-color: #C3CFD1;
}
</style>