Shades of Iron #C3CACA
Tints of Iron #C3CACA
RGB
CMYK
RGB Variations
Color information
#C3CACA (or 0xC3CACA) is known color: Iron. HEX triplet: C3, CA and CA. RGB value is (195,202,202). Sum of RGB (Red+Green+Blue) = 195+202+202=599 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.55% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #C3CACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CACA is #3C3535. Grayscale: #C7C7C7. Windows color (decimal): -3945782 or 13290179. OLE color: 13290179.
HSL color Cylindrical-coordinate representation of color #C3CACA: hue angle of 180º degrees, saturation: 0.06, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C3CACA is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 195 | 202 | 202 | - |
CMYK | 0.03 | 0 | 0 | 0.21 |
HSL | 180º | 0.06% | 0.78% | - |
HSV(B) | 180º | 0.03% | 0.79% | - |
XYZ | 54.29 | 58.11 | 64.23 | - |
YUV | 199.91 | 129.18 | 124.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 202 | 202 | 0.03 | 0 | 0 | 0.21 | 180 | 0.06 | 0.78 |
Hex | C3 | CA | CA | 3 | 0 | 0 | 15 | B4 | 6 | 4E |
Octal | 303 | 312 | 312 | 3 | 0 | 0 | 25 | 264 | 6 | 116 |
Binary | 11000011 | 11001010 | 11001010 | 11 | 0 | 0 | 10101 | 10110100 | 110 | 1001110 |
Color Harmonies of #C3CACA
Complementary color
Monochromatic Colors of #C3CACA
Black with #C3CACA
Text Example
Text Example
White with #C3CACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CACA; }
p { color: rgb(195,202,202); }
H1.HeaderClassName
{
color: #C3CACA;
}
.AnyTagClassName
{
color: #C3CACA;
}
</style>
background-color css
<style>
a { background-color: #C3CACA; }
a { background-color: rgb(195,202,202); }
div.DivClassName
{
background-color: #C3CACA;
}
.BgClassName
{
background-color: #C3CACA;
}
</style>
border-color css
<style>
span { border-color: #C3CACA; }
span { border-color: rgb(195,202,202); }
td.TdClassName
{
border-color: #C3CACA;
}
.TagClassName
{
border-color: #C3CACA;
}
</style>