Shades of Iron #C4CED2
Tints of Iron #C4CED2
RGB
CMYK
RGB Variations
Color information
#C4CED2 (or 0xC4CED2) is known color: Iron. HEX triplet: C4, CE and D2. RGB value is (196,206,210). Sum of RGB (Red+Green+Blue) = 196+206+210=612 (81% of max value = 765). Red value is 196 (76.95% from 255 or 32.03% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 210 (82.42% from 255 or 34.31% from 612); Max value from RGB is 210 - color contains mainly: blue. Hex color #C4CED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CED2 is #3B312D. Grayscale: #CBCBCB. Windows color (decimal): -3879214 or 13815492. OLE color: 13815492.
HSL color Cylindrical-coordinate representation of color #C4CED2: hue angle of 197.14º degrees, saturation: 0.13, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C4CED2 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 206 | 210 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.18 |
| HSL | 197.14º | 0.13% | 0.8% | - |
| HSV(B) | 197.14º | 0.07% | 0.82% | - |
| XYZ | 56.47 | 60.53 | 69.68 | - |
| YUV | 203.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 210 | 0.07 | 0.02 | 0 | 0.18 | 197.14 | 0.13 | 0.8 |
| Hex | C4 | CE | D2 | 7 | 2 | 0 | 12 | C5 | D | 50 |
| Octal | 304 | 316 | 322 | 7 | 2 | 0 | 22 | 305 | 15 | 120 |
| Binary | 11000100 | 11001110 | 11010010 | 111 | 10 | 0 | 10010 | 11000101 | 1101 | 1010000 |
Color Harmonies of #C4CED2
Complementary color
Monochromatic Colors of #C4CED2
Black with #C4CED2
Text Example
Text Example
White with #C4CED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CED2; }
p { color: rgb(196,206,210); }
H1.HeaderClassName
{
color: #C4CED2;
}
.AnyTagClassName
{
color: #C4CED2;
}
</style>
background-color css
<style>
a { background-color: #C4CED2; }
a { background-color: rgb(196,206,210); }
div.DivClassName
{
background-color: #C4CED2;
}
.BgClassName
{
background-color: #C4CED2;
}
</style>
border-color css
<style>
span { border-color: #C4CED2; }
span { border-color: rgb(196,206,210); }
td.TdClassName
{
border-color: #C4CED2;
}
.TagClassName
{
border-color: #C4CED2;
}
</style>