Shades of Iron #C7CACA
Tints of Iron #C7CACA
RGB
CMYK
RGB Variations
Color information
#C7CACA (or 0xC7CACA) is known color: Iron. HEX triplet: C7, CA and CA. RGB value is (199,202,202). Sum of RGB (Red+Green+Blue) = 199+202+202=603 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.00% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #C7CACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CACA is #383535. Grayscale: #C9C9C9. Windows color (decimal): -3683638 or 13290183. OLE color: 13290183.
HSL color Cylindrical-coordinate representation of color #C7CACA: hue angle of 180º degrees, saturation: 0.03, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #C7CACA is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 199 | 202 | 202 | - |
CMYK | 0.01 | 0 | 0 | 0.21 |
HSL | 180º | 0.03% | 0.79% | - |
HSV(B) | 180º | 0.01% | 0.79% | - |
XYZ | 55.33 | 58.65 | 64.28 | - |
YUV | 201.1 | 128.51 | 126.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 202 | 202 | 0.01 | 0 | 0 | 0.21 | 180 | 0.03 | 0.79 |
Hex | C7 | CA | CA | 1 | 0 | 0 | 15 | B4 | 3 | 4F |
Octal | 307 | 312 | 312 | 1 | 0 | 0 | 25 | 264 | 3 | 117 |
Binary | 11000111 | 11001010 | 11001010 | 1 | 0 | 0 | 10101 | 10110100 | 11 | 1001111 |
Color Harmonies of #C7CACA
Complementary color
Monochromatic Colors of #C7CACA
Black with #C7CACA
Text Example
Text Example
White with #C7CACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CACA; }
p { color: rgb(199,202,202); }
H1.HeaderClassName
{
color: #C7CACA;
}
.AnyTagClassName
{
color: #C7CACA;
}
</style>
background-color css
<style>
a { background-color: #C7CACA; }
a { background-color: rgb(199,202,202); }
div.DivClassName
{
background-color: #C7CACA;
}
.BgClassName
{
background-color: #C7CACA;
}
</style>
border-color css
<style>
span { border-color: #C7CACA; }
span { border-color: rgb(199,202,202); }
td.TdClassName
{
border-color: #C7CACA;
}
.TagClassName
{
border-color: #C7CACA;
}
</style>