Shades of Iron #C5CFCF
Tints of Iron #C5CFCF
RGB
CMYK
RGB Variations
Color information
#C5CFCF (or 0xC5CFCF) is known color: Iron. HEX triplet: C5, CF and CF. RGB value is (197,207,207). Sum of RGB (Red+Green+Blue) = 197+207+207=611 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.24% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #C5CFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CFCF is #3A3030. Grayscale: #CCCCCC. Windows color (decimal): -3813425 or 13619141. OLE color: 13619141.
HSL color Cylindrical-coordinate representation of color #C5CFCF: 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 #C5CFCF is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 197 | 207 | 207 | - |
CMYK | 0.05 | 0 | 0 | 0.19 |
HSL | 180º | 0.09% | 0.79% | - |
HSV(B) | 180º | 0.05% | 0.81% | - |
XYZ | 56.6 | 61 | 67.82 | - |
YUV | 204.01 | 129.69 | 123 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 207 | 207 | 0.05 | 0 | 0 | 0.19 | 180 | 0.09 | 0.79 |
Hex | C5 | CF | CF | 5 | 0 | 0 | 13 | B4 | 9 | 4F |
Octal | 305 | 317 | 317 | 5 | 0 | 0 | 23 | 264 | 11 | 117 |
Binary | 11000101 | 11001111 | 11001111 | 101 | 0 | 0 | 10011 | 10110100 | 1001 | 1001111 |
Color Harmonies of #C5CFCF
Complementary color
Monochromatic Colors of #C5CFCF
Black with #C5CFCF
Text Example
Text Example
White with #C5CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CFCF; }
p { color: rgb(197,207,207); }
H1.HeaderClassName
{
color: #C5CFCF;
}
.AnyTagClassName
{
color: #C5CFCF;
}
</style>
background-color css
<style>
a { background-color: #C5CFCF; }
a { background-color: rgb(197,207,207); }
div.DivClassName
{
background-color: #C5CFCF;
}
.BgClassName
{
background-color: #C5CFCF;
}
</style>
border-color css
<style>
span { border-color: #C5CFCF; }
span { border-color: rgb(197,207,207); }
td.TdClassName
{
border-color: #C5CFCF;
}
.TagClassName
{
border-color: #C5CFCF;
}
</style>