Shades of Iron #C6CED0
Tints of Iron #C6CED0
RGB
CMYK
RGB Variations
Color information
#C6CED0 (or 0xC6CED0) is known color: Iron. HEX triplet: C6, CE and D0. RGB value is (198,206,208). Sum of RGB (Red+Green+Blue) = 198+206+208=612 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.35% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 208 - color contains mainly: blue. Hex color #C6CED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CED0 is #39312F. Grayscale: #CBCBCB. Windows color (decimal): -3748144 or 13684422. OLE color: 13684422.
HSL color Cylindrical-coordinate representation of color #C6CED0: hue angle of 192º degrees, saturation: 0.1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C6CED0 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 206 | 208 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.18 |
| HSL | 192º | 0.1% | 0.8% | - |
| HSV(B) | 192º | 0.05% | 0.82% | - |
| XYZ | 56.75 | 60.7 | 68.4 | - |
| YUV | 203.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 206 | 208 | 0.05 | 0.01 | 0 | 0.18 | 192 | 0.1 | 0.8 |
| Hex | C6 | CE | D0 | 5 | 1 | 0 | 12 | C0 | A | 50 |
| Octal | 306 | 316 | 320 | 5 | 1 | 0 | 22 | 300 | 12 | 120 |
| Binary | 11000110 | 11001110 | 11010000 | 101 | 1 | 0 | 10010 | 11000000 | 1010 | 1010000 |
Color Harmonies of #C6CED0
Complementary color
Monochromatic Colors of #C6CED0
Black with #C6CED0
Text Example
Text Example
White with #C6CED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CED0; }
p { color: rgb(198,206,208); }
H1.HeaderClassName
{
color: #C6CED0;
}
.AnyTagClassName
{
color: #C6CED0;
}
</style>
background-color css
<style>
a { background-color: #C6CED0; }
a { background-color: rgb(198,206,208); }
div.DivClassName
{
background-color: #C6CED0;
}
.BgClassName
{
background-color: #C6CED0;
}
</style>
border-color css
<style>
span { border-color: #C6CED0; }
span { border-color: rgb(198,206,208); }
td.TdClassName
{
border-color: #C6CED0;
}
.TagClassName
{
border-color: #C6CED0;
}
</style>