Shades of Iron #C5CECE
Tints of Iron #C5CECE
RGB
CMYK
RGB Variations
Color information
#C5CECE (or 0xC5CECE) is known color: Iron. HEX triplet: C5, CE and CE. RGB value is (197,206,206). Sum of RGB (Red+Green+Blue) = 197+206+206=609 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.35% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #C5CECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CECE is #3A3131. Grayscale: #CBCBCB. Windows color (decimal): -3813682 or 13553349. OLE color: 13553349.
HSL color Cylindrical-coordinate representation of color #C5CECE: hue angle of 180º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C5CECE is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 197 | 206 | 206 | - |
CMYK | 0.04 | 0 | 0 | 0.19 |
HSL | 180º | 0.08% | 0.79% | - |
HSV(B) | 180º | 0.04% | 0.81% | - |
XYZ | 56.24 | 60.47 | 67.1 | - |
YUV | 203.31 | 129.52 | 123.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 206 | 206 | 0.04 | 0 | 0 | 0.19 | 180 | 0.08 | 0.79 |
Hex | C5 | CE | CE | 4 | 0 | 0 | 13 | B4 | 8 | 4F |
Octal | 305 | 316 | 316 | 4 | 0 | 0 | 23 | 264 | 10 | 117 |
Binary | 11000101 | 11001110 | 11001110 | 100 | 0 | 0 | 10011 | 10110100 | 1000 | 1001111 |
Color Harmonies of #C5CECE
Complementary color
Monochromatic Colors of #C5CECE
Black with #C5CECE
Text Example
Text Example
White with #C5CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CECE; }
p { color: rgb(197,206,206); }
H1.HeaderClassName
{
color: #C5CECE;
}
.AnyTagClassName
{
color: #C5CECE;
}
</style>
background-color css
<style>
a { background-color: #C5CECE; }
a { background-color: rgb(197,206,206); }
div.DivClassName
{
background-color: #C5CECE;
}
.BgClassName
{
background-color: #C5CECE;
}
</style>
border-color css
<style>
span { border-color: #C5CECE; }
span { border-color: rgb(197,206,206); }
td.TdClassName
{
border-color: #C5CECE;
}
.TagClassName
{
border-color: #C5CECE;
}
</style>