Shades of Iron #C6CED1
Tints of Iron #C6CED1
RGB
CMYK
RGB Variations
Color information
#C6CED1 (or 0xC6CED1) is known color: Iron. HEX triplet: C6, CE and D1. RGB value is (198,206,209). Sum of RGB (Red+Green+Blue) = 198+206+209=613 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.30% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 209 (82.03% from 255 or 34.09% from 613); Max value from RGB is 209 - color contains mainly: blue. Hex color #C6CED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CED1 is #39312E. Grayscale: #CBCBCB. Windows color (decimal): -3748143 or 13749958. OLE color: 13749958.
HSL color Cylindrical-coordinate representation of color #C6CED1: hue angle of 196.36º degrees, saturation: 0.11, 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 #C6CED1 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 206 | 209 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.18 |
| HSL | 196.36º | 0.11% | 0.8% | - |
| HSV(B) | 196.36º | 0.05% | 0.82% | - |
| XYZ | 56.87 | 60.75 | 69.05 | - |
| YUV | 203.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 206 | 209 | 0.05 | 0.01 | 0 | 0.18 | 196.36 | 0.11 | 0.8 |
| Hex | C6 | CE | D1 | 5 | 1 | 0 | 12 | C4 | B | 50 |
| Octal | 306 | 316 | 321 | 5 | 1 | 0 | 22 | 304 | 13 | 120 |
| Binary | 11000110 | 11001110 | 11010001 | 101 | 1 | 0 | 10010 | 11000100 | 1011 | 1010000 |
Color Harmonies of #C6CED1
Complementary color
Monochromatic Colors of #C6CED1
Black with #C6CED1
Text Example
Text Example
White with #C6CED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CED1; }
p { color: rgb(198,206,209); }
H1.HeaderClassName
{
color: #C6CED1;
}
.AnyTagClassName
{
color: #C6CED1;
}
</style>
background-color css
<style>
a { background-color: #C6CED1; }
a { background-color: rgb(198,206,209); }
div.DivClassName
{
background-color: #C6CED1;
}
.BgClassName
{
background-color: #C6CED1;
}
</style>
border-color css
<style>
span { border-color: #C6CED1; }
span { border-color: rgb(198,206,209); }
td.TdClassName
{
border-color: #C6CED1;
}
.TagClassName
{
border-color: #C6CED1;
}
</style>