Shades of Iron #C4CCCD
Tints of Iron #C4CCCD
RGB
CMYK
RGB Variations
Color information
#C4CCCD (or 0xC4CCCD) is known color: Iron. HEX triplet: C4, CC and CD. RGB value is (196,204,205). Sum of RGB (Red+Green+Blue) = 196+204+205=605 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.40% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 205 - color contains mainly: blue. Hex color #C4CCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CCCD is #3B3332. Grayscale: #C9C9C9. Windows color (decimal): -3879731 or 13487300. OLE color: 13487300.
HSL color Cylindrical-coordinate representation of color #C4CCCD: hue angle of 186.67º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C4CCCD is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 204 | 205 | - |
| CMYK | 0.04 | 0.00 | 0 | 0.20 |
| HSL | 186.67º | 0.08% | 0.79% | - |
| HSV(B) | 186.67º | 0.04% | 0.8% | - |
| XYZ | 55.38 | 59.33 | 66.29 | - |
| YUV | 201.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 204 | 205 | 0.04 | 0.00 | 0 | 0.20 | 186.67 | 0.08 | 0.79 |
| Hex | C4 | CC | CD | 4 | 0 | 0 | 14 | BB | 8 | 4F |
| Octal | 304 | 314 | 315 | 4 | 0 | 0 | 24 | 273 | 10 | 117 |
| Binary | 11000100 | 11001100 | 11001101 | 100 | 0 | 0 | 10100 | 10111011 | 1000 | 1001111 |
Color Harmonies of #C4CCCD
Complementary color
Monochromatic Colors of #C4CCCD
Black with #C4CCCD
Text Example
Text Example
White with #C4CCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CCCD; }
p { color: rgb(196,204,205); }
H1.HeaderClassName
{
color: #C4CCCD;
}
.AnyTagClassName
{
color: #C4CCCD;
}
</style>
background-color css
<style>
a { background-color: #C4CCCD; }
a { background-color: rgb(196,204,205); }
div.DivClassName
{
background-color: #C4CCCD;
}
.BgClassName
{
background-color: #C4CCCD;
}
</style>
border-color css
<style>
span { border-color: #C4CCCD; }
span { border-color: rgb(196,204,205); }
td.TdClassName
{
border-color: #C4CCCD;
}
.TagClassName
{
border-color: #C4CCCD;
}
</style>