Shades of Iron #C0CDD0
Tints of Iron #C0CDD0
RGB
CMYK
RGB Variations
Color information
#C0CDD0 (or 0xC0CDD0) is known color: Iron. HEX triplet: C0, CD and D0. RGB value is (192,205,208). Sum of RGB (Red+Green+Blue) = 192+205+208=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 208 - color contains mainly: blue. Hex color #C0CDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CDD0 is #3F322F. Grayscale: #C9C9C9. Windows color (decimal): -4141616 or 13684160. OLE color: 13684160.
HSL color Cylindrical-coordinate representation of color #C0CDD0: hue angle of 191.25º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0CDD0 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 192 | 205 | 208 | - |
CMYK | 0.08 | 0.01 | 0 | 0.18 |
HSL | 191.25º | 0.15% | 0.78% | - |
HSV(B) | 191.25º | 0.08% | 0.82% | - |
XYZ | 54.95 | 59.42 | 68.25 | - |
YUV | 201.46 | 131.69 | 121.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 205 | 208 | 0.08 | 0.01 | 0 | 0.18 | 191.25 | 0.15 | 0.78 |
Hex | C0 | CD | D0 | 8 | 1 | 0 | 12 | BF | F | 4E |
Octal | 300 | 315 | 320 | 10 | 1 | 0 | 22 | 277 | 17 | 116 |
Binary | 11000000 | 11001101 | 11010000 | 1000 | 1 | 0 | 10010 | 10111111 | 1111 | 1001110 |
Color Harmonies of #C0CDD0
Complementary color
Monochromatic Colors of #C0CDD0
Black with #C0CDD0
Text Example
Text Example
White with #C0CDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CDD0; }
p { color: rgb(192,205,208); }
H1.HeaderClassName
{
color: #C0CDD0;
}
.AnyTagClassName
{
color: #C0CDD0;
}
</style>
background-color css
<style>
a { background-color: #C0CDD0; }
a { background-color: rgb(192,205,208); }
div.DivClassName
{
background-color: #C0CDD0;
}
.BgClassName
{
background-color: #C0CDD0;
}
</style>
border-color css
<style>
span { border-color: #C0CDD0; }
span { border-color: rgb(192,205,208); }
td.TdClassName
{
border-color: #C0CDD0;
}
.TagClassName
{
border-color: #C0CDD0;
}
</style>