Shades of Iron #C0CED0
Tints of Iron #C0CED0
RGB
CMYK
RGB Variations
Color information
#C0CED0 (or 0xC0CED0) is known color: Iron. HEX triplet: C0, CE and D0. RGB value is (192,206,208). Sum of RGB (Red+Green+Blue) = 192+206+208=606 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.68% from 606); Green value is 206 (80.86% from 255 or 33.99% 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 #C0CED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CED0 is #3F312F. Grayscale: #CACACA. Windows color (decimal): -4141360 or 13684416. OLE color: 13684416.
HSL color Cylindrical-coordinate representation of color #C0CED0: hue angle of 187.5º 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 #C0CED0 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 192 | 206 | 208 | - |
CMYK | 0.08 | 0.01 | 0 | 0.18 |
HSL | 187.5º | 0.15% | 0.78% | - |
HSV(B) | 187.5º | 0.08% | 0.82% | - |
XYZ | 55.19 | 59.9 | 68.33 | - |
YUV | 202.04 | 131.36 | 120.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 206 | 208 | 0.08 | 0.01 | 0 | 0.18 | 187.5 | 0.15 | 0.78 |
Hex | C0 | CE | D0 | 8 | 1 | 0 | 12 | BC | F | 4E |
Octal | 300 | 316 | 320 | 10 | 1 | 0 | 22 | 274 | 17 | 116 |
Binary | 11000000 | 11001110 | 11010000 | 1000 | 1 | 0 | 10010 | 10111100 | 1111 | 1001110 |
Color Harmonies of #C0CED0
Complementary color
Monochromatic Colors of #C0CED0
Black with #C0CED0
Text Example
Text Example
White with #C0CED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CED0; }
p { color: rgb(192,206,208); }
H1.HeaderClassName
{
color: #C0CED0;
}
.AnyTagClassName
{
color: #C0CED0;
}
</style>
background-color css
<style>
a { background-color: #C0CED0; }
a { background-color: rgb(192,206,208); }
div.DivClassName
{
background-color: #C0CED0;
}
.BgClassName
{
background-color: #C0CED0;
}
</style>
border-color css
<style>
span { border-color: #C0CED0; }
span { border-color: rgb(192,206,208); }
td.TdClassName
{
border-color: #C0CED0;
}
.TagClassName
{
border-color: #C0CED0;
}
</style>