Shades of Iron #C5CECF
Tints of Iron #C5CECF
RGB
CMYK
RGB Variations
Color information
#C5CECF (or 0xC5CECF) is known color: Iron. HEX triplet: C5, CE and CF. RGB value is (197,206,207). Sum of RGB (Red+Green+Blue) = 197+206+207=610 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.30% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 207 - color contains mainly: blue. Hex color #C5CECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CECF is #3A3130. Grayscale: #CBCBCB. Windows color (decimal): -3813681 or 13618885. OLE color: 13618885.
HSL color Cylindrical-coordinate representation of color #C5CECF: hue angle of 186º 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 #C5CECF is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 197 | 206 | 207 | - |
CMYK | 0.05 | 0.00 | 0 | 0.19 |
HSL | 186º | 0.09% | 0.79% | - |
HSV(B) | 186º | 0.05% | 0.81% | - |
XYZ | 56.36 | 60.52 | 67.74 | - |
YUV | 203.42 | 130.02 | 123.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 206 | 207 | 0.05 | 0.00 | 0 | 0.19 | 186 | 0.09 | 0.79 |
Hex | C5 | CE | CF | 5 | 0 | 0 | 13 | BA | 9 | 4F |
Octal | 305 | 316 | 317 | 5 | 0 | 0 | 23 | 272 | 11 | 117 |
Binary | 11000101 | 11001110 | 11001111 | 101 | 0 | 0 | 10011 | 10111010 | 1001 | 1001111 |
Color Harmonies of #C5CECF
Complementary color
Monochromatic Colors of #C5CECF
Black with #C5CECF
Text Example
Text Example
White with #C5CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CECF; }
p { color: rgb(197,206,207); }
H1.HeaderClassName
{
color: #C5CECF;
}
.AnyTagClassName
{
color: #C5CECF;
}
</style>
background-color css
<style>
a { background-color: #C5CECF; }
a { background-color: rgb(197,206,207); }
div.DivClassName
{
background-color: #C5CECF;
}
.BgClassName
{
background-color: #C5CECF;
}
</style>
border-color css
<style>
span { border-color: #C5CECF; }
span { border-color: rgb(197,206,207); }
td.TdClassName
{
border-color: #C5CECF;
}
.TagClassName
{
border-color: #C5CECF;
}
</style>