Shades of Iron #C6CBCC
Tints of Iron #C6CBCC
RGB
CMYK
RGB Variations
Color information
#C6CBCC (or 0xC6CBCC) is known color: Iron. HEX triplet: C6, CB and CC. RGB value is (198,203,204). Sum of RGB (Red+Green+Blue) = 198+203+204=605 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.73% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 204 - color contains mainly: blue. Hex color #C6CBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CBCC is #393433. Grayscale: #C9C9C9. Windows color (decimal): -3748916 or 13421510. OLE color: 13421510.
HSL color Cylindrical-coordinate representation of color #C6CBCC: hue angle of 190º degrees, saturation: 0.06, 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 #C6CBCC is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 203 | 204 | - |
| CMYK | 0.03 | 0.00 | 0 | 0.2 |
| HSL | 190º | 0.06% | 0.79% | - |
| HSV(B) | 190º | 0.03% | 0.8% | - |
| XYZ | 55.54 | 59.08 | 65.6 | - |
| YUV | 201.62 | 129.34 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 203 | 204 | 0.03 | 0.00 | 0 | 0.2 | 190 | 0.06 | 0.79 |
| Hex | C6 | CB | CC | 3 | 0 | 0 | 14 | BE | 6 | 4F |
| Octal | 306 | 313 | 314 | 3 | 0 | 0 | 24 | 276 | 6 | 117 |
| Binary | 11000110 | 11001011 | 11001100 | 11 | 0 | 0 | 10100 | 10111110 | 110 | 1001111 |
Color Harmonies of #C6CBCC
Complementary color
Monochromatic Colors of #C6CBCC
Black with #C6CBCC
Text Example
Text Example
White with #C6CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CBCC; }
p { color: rgb(198,203,204); }
H1.HeaderClassName
{
color: #C6CBCC;
}
.AnyTagClassName
{
color: #C6CBCC;
}
</style>
background-color css
<style>
a { background-color: #C6CBCC; }
a { background-color: rgb(198,203,204); }
div.DivClassName
{
background-color: #C6CBCC;
}
.BgClassName
{
background-color: #C6CBCC;
}
</style>
border-color css
<style>
span { border-color: #C6CBCC; }
span { border-color: rgb(198,203,204); }
td.TdClassName
{
border-color: #C6CBCC;
}
.TagClassName
{
border-color: #C6CBCC;
}
</style>