Shades of Iron #C6CBCD
Tints of Iron #C6CBCD
RGB
CMYK
RGB Variations
Color information
#C6CBCD (or 0xC6CBCD) is known color: Iron. HEX triplet: C6, CB and CD. RGB value is (198,203,205). Sum of RGB (Red+Green+Blue) = 198+203+205=606 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.67% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 205 - color contains mainly: blue. Hex color #C6CBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CBCD is #393432. Grayscale: #C9C9C9. Windows color (decimal): -3748915 or 13487046. OLE color: 13487046.
HSL color Cylindrical-coordinate representation of color #C6CBCD: hue angle of 197.14º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C6CBCD is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 203 | 205 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.20 |
| HSL | 197.14º | 0.07% | 0.79% | - |
| HSV(B) | 197.14º | 0.03% | 0.8% | - |
| XYZ | 55.66 | 59.13 | 66.24 | - |
| YUV | 201.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 203 | 205 | 0.03 | 0.01 | 0 | 0.20 | 197.14 | 0.07 | 0.79 |
| Hex | C6 | CB | CD | 3 | 1 | 0 | 14 | C5 | 7 | 4F |
| Octal | 306 | 313 | 315 | 3 | 1 | 0 | 24 | 305 | 7 | 117 |
| Binary | 11000110 | 11001011 | 11001101 | 11 | 1 | 0 | 10100 | 11000101 | 111 | 1001111 |
Color Harmonies of #C6CBCD
Complementary color
Monochromatic Colors of #C6CBCD
Black with #C6CBCD
Text Example
Text Example
White with #C6CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CBCD; }
p { color: rgb(198,203,205); }
H1.HeaderClassName
{
color: #C6CBCD;
}
.AnyTagClassName
{
color: #C6CBCD;
}
</style>
background-color css
<style>
a { background-color: #C6CBCD; }
a { background-color: rgb(198,203,205); }
div.DivClassName
{
background-color: #C6CBCD;
}
.BgClassName
{
background-color: #C6CBCD;
}
</style>
border-color css
<style>
span { border-color: #C6CBCD; }
span { border-color: rgb(198,203,205); }
td.TdClassName
{
border-color: #C6CBCD;
}
.TagClassName
{
border-color: #C6CBCD;
}
</style>