Shades of Iron #C6CDD0
Tints of Iron #C6CDD0
RGB
CMYK
RGB Variations
Color information
#C6CDD0 (or 0xC6CDD0) is known color: Iron. HEX triplet: C6, CD and D0. RGB value is (198,205,208). Sum of RGB (Red+Green+Blue) = 198+205+208=611 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.41% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 208 - color contains mainly: blue. Hex color #C6CDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CDD0 is #39322F. Grayscale: #CBCBCB. Windows color (decimal): -3748400 or 13684166. OLE color: 13684166.
HSL color Cylindrical-coordinate representation of color #C6CDD0: hue angle of 198º 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 #C6CDD0 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 198 | 205 | 208 | - |
CMYK | 0.05 | 0.01 | 0 | 0.18 |
HSL | 198º | 0.1% | 0.8% | - |
HSV(B) | 198º | 0.05% | 0.82% | - |
XYZ | 56.51 | 60.22 | 68.32 | - |
YUV | 203.25 | 130.68 | 124.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 205 | 208 | 0.05 | 0.01 | 0 | 0.18 | 198 | 0.1 | 0.8 |
Hex | C6 | CD | D0 | 5 | 1 | 0 | 12 | C6 | A | 50 |
Octal | 306 | 315 | 320 | 5 | 1 | 0 | 22 | 306 | 12 | 120 |
Binary | 11000110 | 11001101 | 11010000 | 101 | 1 | 0 | 10010 | 11000110 | 1010 | 1010000 |
Color Harmonies of #C6CDD0
Complementary color
Monochromatic Colors of #C6CDD0
Black with #C6CDD0
Text Example
Text Example
White with #C6CDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CDD0; }
p { color: rgb(198,205,208); }
H1.HeaderClassName
{
color: #C6CDD0;
}
.AnyTagClassName
{
color: #C6CDD0;
}
</style>
background-color css
<style>
a { background-color: #C6CDD0; }
a { background-color: rgb(198,205,208); }
div.DivClassName
{
background-color: #C6CDD0;
}
.BgClassName
{
background-color: #C6CDD0;
}
</style>
border-color css
<style>
span { border-color: #C6CDD0; }
span { border-color: rgb(198,205,208); }
td.TdClassName
{
border-color: #C6CDD0;
}
.TagClassName
{
border-color: #C6CDD0;
}
</style>