Shades of Iron #C4CCCE
Tints of Iron #C4CCCE
RGB
CMYK
RGB Variations
Color information
#C4CCCE (or 0xC4CCCE) is known color: Iron. HEX triplet: C4, CC and CE. RGB value is (196,204,206). Sum of RGB (Red+Green+Blue) = 196+204+206=606 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.34% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 206 - color contains mainly: blue. Hex color #C4CCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CCCE is #3B3331. Grayscale: #C9C9C9. Windows color (decimal): -3879730 or 13552836. OLE color: 13552836.
HSL color Cylindrical-coordinate representation of color #C4CCCE: hue angle of 192º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C4CCCE is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 204 | 206 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.19 |
| HSL | 192º | 0.09% | 0.79% | - |
| HSV(B) | 192º | 0.05% | 0.81% | - |
| XYZ | 55.5 | 59.38 | 66.93 | - |
| YUV | 201.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 204 | 206 | 0.05 | 0.01 | 0 | 0.19 | 192 | 0.09 | 0.79 |
| Hex | C4 | CC | CE | 5 | 1 | 0 | 13 | C0 | 9 | 4F |
| Octal | 304 | 314 | 316 | 5 | 1 | 0 | 23 | 300 | 11 | 117 |
| Binary | 11000100 | 11001100 | 11001110 | 101 | 1 | 0 | 10011 | 11000000 | 1001 | 1001111 |
Color Harmonies of #C4CCCE
Complementary color
Monochromatic Colors of #C4CCCE
Black with #C4CCCE
Text Example
Text Example
White with #C4CCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CCCE; }
p { color: rgb(196,204,206); }
H1.HeaderClassName
{
color: #C4CCCE;
}
.AnyTagClassName
{
color: #C4CCCE;
}
</style>
background-color css
<style>
a { background-color: #C4CCCE; }
a { background-color: rgb(196,204,206); }
div.DivClassName
{
background-color: #C4CCCE;
}
.BgClassName
{
background-color: #C4CCCE;
}
</style>
border-color css
<style>
span { border-color: #C4CCCE; }
span { border-color: rgb(196,204,206); }
td.TdClassName
{
border-color: #C4CCCE;
}
.TagClassName
{
border-color: #C4CCCE;
}
</style>