Shades of Iron #C1CDD0
Tints of Iron #C1CDD0
RGB
CMYK
RGB Variations
Color information
#C1CDD0 (or 0xC1CDD0) is known color: Iron. HEX triplet: C1, CD and D0. RGB value is (193,205,208). Sum of RGB (Red+Green+Blue) = 193+205+208=606 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.85% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 208 - color contains mainly: blue. Hex color #C1CDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CDD0 is #3E322F. Grayscale: #C9C9C9. Windows color (decimal): -4076080 or 13684161. OLE color: 13684161.
HSL color Cylindrical-coordinate representation of color #C1CDD0: hue angle of 192º degrees, saturation: 0.14, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C1CDD0 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 205 | 208 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.18 |
| HSL | 192º | 0.14% | 0.79% | - |
| HSV(B) | 192º | 0.07% | 0.82% | - |
| XYZ | 55.21 | 59.55 | 68.26 | - |
| YUV | 201.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 205 | 208 | 0.07 | 0.01 | 0 | 0.18 | 192 | 0.14 | 0.79 |
| Hex | C1 | CD | D0 | 7 | 1 | 0 | 12 | C0 | E | 4F |
| Octal | 301 | 315 | 320 | 7 | 1 | 0 | 22 | 300 | 16 | 117 |
| Binary | 11000001 | 11001101 | 11010000 | 111 | 1 | 0 | 10010 | 11000000 | 1110 | 1001111 |
Color Harmonies of #C1CDD0
Complementary color
Monochromatic Colors of #C1CDD0
Black with #C1CDD0
Text Example
Text Example
White with #C1CDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CDD0; }
p { color: rgb(193,205,208); }
H1.HeaderClassName
{
color: #C1CDD0;
}
.AnyTagClassName
{
color: #C1CDD0;
}
</style>
background-color css
<style>
a { background-color: #C1CDD0; }
a { background-color: rgb(193,205,208); }
div.DivClassName
{
background-color: #C1CDD0;
}
.BgClassName
{
background-color: #C1CDD0;
}
</style>
border-color css
<style>
span { border-color: #C1CDD0; }
span { border-color: rgb(193,205,208); }
td.TdClassName
{
border-color: #C1CDD0;
}
.TagClassName
{
border-color: #C1CDD0;
}
</style>