Shades of Iron #C0CACE
Tints of Iron #C0CACE
RGB
CMYK
RGB Variations
Color information
#C0CACE (or 0xC0CACE) is known color: Iron. HEX triplet: C0, CA and CE. RGB value is (192,202,206). Sum of RGB (Red+Green+Blue) = 192+202+206=600 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 206 - color contains mainly: blue. Hex color #C0CACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CACE is #3F3531. Grayscale: #C7C7C7. Windows color (decimal): -4142386 or 13552320. OLE color: 13552320.
HSL color Cylindrical-coordinate representation of color #C0CACE: hue angle of 197.14º 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 #C0CACE is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 192 | 202 | 206 | - |
CMYK | 0.07 | 0.02 | 0 | 0.19 |
HSL | 197.14º | 0.13% | 0.78% | - |
HSV(B) | 197.14º | 0.07% | 0.81% | - |
XYZ | 54 | 57.9 | 66.72 | - |
YUV | 199.47 | 131.69 | 122.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 202 | 206 | 0.07 | 0.02 | 0 | 0.19 | 197.14 | 0.13 | 0.78 |
Hex | C0 | CA | CE | 7 | 2 | 0 | 13 | C5 | C | 4E |
Octal | 300 | 312 | 316 | 7 | 2 | 0 | 23 | 305 | 14 | 116 |
Binary | 11000000 | 11001010 | 11001110 | 111 | 10 | 0 | 10011 | 11000101 | 1100 | 1001110 |
Color Harmonies of #C0CACE
Complementary color
Monochromatic Colors of #C0CACE
Black with #C0CACE
Text Example
Text Example
White with #C0CACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CACE; }
p { color: rgb(192,202,206); }
H1.HeaderClassName
{
color: #C0CACE;
}
.AnyTagClassName
{
color: #C0CACE;
}
</style>
background-color css
<style>
a { background-color: #C0CACE; }
a { background-color: rgb(192,202,206); }
div.DivClassName
{
background-color: #C0CACE;
}
.BgClassName
{
background-color: #C0CACE;
}
</style>
border-color css
<style>
span { border-color: #C0CACE; }
span { border-color: rgb(192,202,206); }
td.TdClassName
{
border-color: #C0CACE;
}
.TagClassName
{
border-color: #C0CACE;
}
</style>