Shades of Iron #C4CECE
Tints of Iron #C4CECE
RGB
CMYK
RGB Variations
Color information
#C4CECE (or 0xC4CECE) is known color: Iron. HEX triplet: C4, CE and CE. RGB value is (196,206,206). Sum of RGB (Red+Green+Blue) = 196+206+206=608 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.24% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #C4CECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CECE is #3B3131. Grayscale: #CACACA. Windows color (decimal): -3879218 or 13553348. OLE color: 13553348.
HSL color Cylindrical-coordinate representation of color #C4CECE: hue angle of 180º 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 #C4CECE is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 196 | 206 | 206 | - |
CMYK | 0.05 | 0 | 0 | 0.19 |
HSL | 180º | 0.09% | 0.79% | - |
HSV(B) | 180º | 0.05% | 0.81% | - |
XYZ | 55.98 | 60.33 | 67.09 | - |
YUV | 203.01 | 129.69 | 123 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 206 | 206 | 0.05 | 0 | 0 | 0.19 | 180 | 0.09 | 0.79 |
Hex | C4 | CE | CE | 5 | 0 | 0 | 13 | B4 | 9 | 4F |
Octal | 304 | 316 | 316 | 5 | 0 | 0 | 23 | 264 | 11 | 117 |
Binary | 11000100 | 11001110 | 11001110 | 101 | 0 | 0 | 10011 | 10110100 | 1001 | 1001111 |
Color Harmonies of #C4CECE
Complementary color
Monochromatic Colors of #C4CECE
Black with #C4CECE
Text Example
Text Example
White with #C4CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CECE; }
p { color: rgb(196,206,206); }
H1.HeaderClassName
{
color: #C4CECE;
}
.AnyTagClassName
{
color: #C4CECE;
}
</style>
background-color css
<style>
a { background-color: #C4CECE; }
a { background-color: rgb(196,206,206); }
div.DivClassName
{
background-color: #C4CECE;
}
.BgClassName
{
background-color: #C4CECE;
}
</style>
border-color css
<style>
span { border-color: #C4CECE; }
span { border-color: rgb(196,206,206); }
td.TdClassName
{
border-color: #C4CECE;
}
.TagClassName
{
border-color: #C4CECE;
}
</style>