Shades of Iron #C3CECE
Tints of Iron #C3CECE
RGB
CMYK
RGB Variations
Color information
#C3CECE (or 0xC3CECE) is known color: Iron. HEX triplet: C3, CE and CE. RGB value is (195,206,206). Sum of RGB (Red+Green+Blue) = 195+206+206=607 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.13% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #C3CECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CECE is #3C3131. Grayscale: #CACACA. Windows color (decimal): -3944754 or 13553347. OLE color: 13553347.
HSL color Cylindrical-coordinate representation of color #C3CECE: hue angle of 180º degrees, saturation: 0.1, 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 #C3CECE is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 195 | 206 | 206 | - |
CMYK | 0.05 | 0 | 0 | 0.19 |
HSL | 180º | 0.1% | 0.79% | - |
HSV(B) | 180º | 0.05% | 0.81% | - |
XYZ | 55.72 | 60.2 | 67.08 | - |
YUV | 202.71 | 129.86 | 122.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 206 | 206 | 0.05 | 0 | 0 | 0.19 | 180 | 0.1 | 0.79 |
Hex | C3 | CE | CE | 5 | 0 | 0 | 13 | B4 | A | 4F |
Octal | 303 | 316 | 316 | 5 | 0 | 0 | 23 | 264 | 12 | 117 |
Binary | 11000011 | 11001110 | 11001110 | 101 | 0 | 0 | 10011 | 10110100 | 1010 | 1001111 |
Color Harmonies of #C3CECE
Complementary color
Monochromatic Colors of #C3CECE
Black with #C3CECE
Text Example
Text Example
White with #C3CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CECE; }
p { color: rgb(195,206,206); }
H1.HeaderClassName
{
color: #C3CECE;
}
.AnyTagClassName
{
color: #C3CECE;
}
</style>
background-color css
<style>
a { background-color: #C3CECE; }
a { background-color: rgb(195,206,206); }
div.DivClassName
{
background-color: #C3CECE;
}
.BgClassName
{
background-color: #C3CECE;
}
</style>
border-color css
<style>
span { border-color: #C3CECE; }
span { border-color: rgb(195,206,206); }
td.TdClassName
{
border-color: #C3CECE;
}
.TagClassName
{
border-color: #C3CECE;
}
</style>