Shades of Iron #C5CCCF
Tints of Iron #C5CCCF
RGB
CMYK
RGB Variations
Color information
#C5CCCF (or 0xC5CCCF) is known color: Iron. HEX triplet: C5, CC and CF. RGB value is (197,204,207). Sum of RGB (Red+Green+Blue) = 197+204+207=608 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.40% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 207 - color contains mainly: blue. Hex color #C5CCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CCCF is #3A3330. Grayscale: #CACACA. Windows color (decimal): -3814193 or 13618373. OLE color: 13618373.
HSL color Cylindrical-coordinate representation of color #C5CCCF: hue angle of 198º 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 #C5CCCF is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 204 | 207 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.19 |
| HSL | 198º | 0.09% | 0.79% | - |
| HSV(B) | 198º | 0.05% | 0.81% | - |
| XYZ | 55.88 | 59.56 | 67.58 | - |
| YUV | 202.25 | 130.68 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 204 | 207 | 0.05 | 0.01 | 0 | 0.19 | 198 | 0.09 | 0.79 |
| Hex | C5 | CC | CF | 5 | 1 | 0 | 13 | C6 | 9 | 4F |
| Octal | 305 | 314 | 317 | 5 | 1 | 0 | 23 | 306 | 11 | 117 |
| Binary | 11000101 | 11001100 | 11001111 | 101 | 1 | 0 | 10011 | 11000110 | 1001 | 1001111 |
Color Harmonies of #C5CCCF
Complementary color
Monochromatic Colors of #C5CCCF
Black with #C5CCCF
Text Example
Text Example
White with #C5CCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CCCF; }
p { color: rgb(197,204,207); }
H1.HeaderClassName
{
color: #C5CCCF;
}
.AnyTagClassName
{
color: #C5CCCF;
}
</style>
background-color css
<style>
a { background-color: #C5CCCF; }
a { background-color: rgb(197,204,207); }
div.DivClassName
{
background-color: #C5CCCF;
}
.BgClassName
{
background-color: #C5CCCF;
}
</style>
border-color css
<style>
span { border-color: #C5CCCF; }
span { border-color: rgb(197,204,207); }
td.TdClassName
{
border-color: #C5CCCF;
}
.TagClassName
{
border-color: #C5CCCF;
}
</style>