Shades of Iron #C0CDCE
Tints of Iron #C0CDCE
RGB
CMYK
RGB Variations
Color information
#C0CDCE (or 0xC0CDCE) is known color: Iron. HEX triplet: C0, CD and CE. RGB value is (192,205,206). Sum of RGB (Red+Green+Blue) = 192+205+206=603 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.84% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 206 - color contains mainly: blue. Hex color #C0CDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CDCE is #3F3231. Grayscale: #C9C9C9. Windows color (decimal): -4141618 or 13553088. OLE color: 13553088.
HSL color Cylindrical-coordinate representation of color #C0CDCE: hue angle of 184.29º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C0CDCE is Cyan = 0.07, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 192 | 205 | 206 | - |
CMYK | 0.07 | 0.00 | 0 | 0.19 |
HSL | 184.29º | 0.13% | 0.78% | - |
HSV(B) | 184.29º | 0.07% | 0.81% | - |
XYZ | 54.71 | 59.33 | 66.96 | - |
YUV | 201.23 | 130.69 | 121.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 205 | 206 | 0.07 | 0.00 | 0 | 0.19 | 184.29 | 0.13 | 0.78 |
Hex | C0 | CD | CE | 7 | 0 | 0 | 13 | B8 | C | 4E |
Octal | 300 | 315 | 316 | 7 | 0 | 0 | 23 | 270 | 14 | 116 |
Binary | 11000000 | 11001101 | 11001110 | 111 | 0 | 0 | 10011 | 10111000 | 1100 | 1001110 |
Color Harmonies of #C0CDCE
Complementary color
Monochromatic Colors of #C0CDCE
Black with #C0CDCE
Text Example
Text Example
White with #C0CDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CDCE; }
p { color: rgb(192,205,206); }
H1.HeaderClassName
{
color: #C0CDCE;
}
.AnyTagClassName
{
color: #C0CDCE;
}
</style>
background-color css
<style>
a { background-color: #C0CDCE; }
a { background-color: rgb(192,205,206); }
div.DivClassName
{
background-color: #C0CDCE;
}
.BgClassName
{
background-color: #C0CDCE;
}
</style>
border-color css
<style>
span { border-color: #C0CDCE; }
span { border-color: rgb(192,205,206); }
td.TdClassName
{
border-color: #C0CDCE;
}
.TagClassName
{
border-color: #C0CDCE;
}
</style>