Shades of Iron #C5CFD3
Tints of Iron #C5CFD3
RGB
CMYK
RGB Variations
Color information
#C5CFD3 (or 0xC5CFD3) is known color: Iron. HEX triplet: C5, CF and D3. RGB value is (197,207,211). Sum of RGB (Red+Green+Blue) = 197+207+211=615 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.03% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 211 (82.81% from 255 or 34.31% from 615); Max value from RGB is 211 - color contains mainly: blue. Hex color #C5CFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CFD3 is #3A302C. Grayscale: #CCCCCC. Windows color (decimal): -3813421 or 13881285. OLE color: 13881285.
HSL color Cylindrical-coordinate representation of color #C5CFD3: hue angle of 197.14º degrees, saturation: 0.14, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5CFD3 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 207 | 211 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.17 |
| HSL | 197.14º | 0.14% | 0.8% | - |
| HSV(B) | 197.14º | 0.07% | 0.83% | - |
| XYZ | 57.1 | 61.2 | 70.43 | - |
| YUV | 204.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 211 | 0.07 | 0.02 | 0 | 0.17 | 197.14 | 0.14 | 0.8 |
| Hex | C5 | CF | D3 | 7 | 2 | 0 | 11 | C5 | E | 50 |
| Octal | 305 | 317 | 323 | 7 | 2 | 0 | 21 | 305 | 16 | 120 |
| Binary | 11000101 | 11001111 | 11010011 | 111 | 10 | 0 | 10001 | 11000101 | 1110 | 1010000 |
Color Harmonies of #C5CFD3
Complementary color
Monochromatic Colors of #C5CFD3
Black with #C5CFD3
Text Example
Text Example
White with #C5CFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CFD3; }
p { color: rgb(197,207,211); }
H1.HeaderClassName
{
color: #C5CFD3;
}
.AnyTagClassName
{
color: #C5CFD3;
}
</style>
background-color css
<style>
a { background-color: #C5CFD3; }
a { background-color: rgb(197,207,211); }
div.DivClassName
{
background-color: #C5CFD3;
}
.BgClassName
{
background-color: #C5CFD3;
}
</style>
border-color css
<style>
span { border-color: #C5CFD3; }
span { border-color: rgb(197,207,211); }
td.TdClassName
{
border-color: #C5CFD3;
}
.TagClassName
{
border-color: #C5CFD3;
}
</style>