Shades of Iron #C0CBCE
Tints of Iron #C0CBCE
RGB
CMYK
RGB Variations
Color information
#C0CBCE (or 0xC0CBCE) is known color: Iron. HEX triplet: C0, CB and CE. RGB value is (192,203,206). Sum of RGB (Red+Green+Blue) = 192+203+206=601 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.95% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 206 - color contains mainly: blue. Hex color #C0CBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CBCE is #3F3431. Grayscale: #C8C8C8. Windows color (decimal): -4142130 or 13552576. OLE color: 13552576.
HSL color Cylindrical-coordinate representation of color #C0CBCE: hue angle of 192.86º 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 #C0CBCE is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 192 | 203 | 206 | - |
CMYK | 0.07 | 0.01 | 0 | 0.19 |
HSL | 192.86º | 0.13% | 0.78% | - |
HSV(B) | 192.86º | 0.07% | 0.81% | - |
XYZ | 54.23 | 58.37 | 66.8 | - |
YUV | 200.05 | 131.36 | 122.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 203 | 206 | 0.07 | 0.01 | 0 | 0.19 | 192.86 | 0.13 | 0.78 |
Hex | C0 | CB | CE | 7 | 1 | 0 | 13 | C1 | C | 4E |
Octal | 300 | 313 | 316 | 7 | 1 | 0 | 23 | 301 | 14 | 116 |
Binary | 11000000 | 11001011 | 11001110 | 111 | 1 | 0 | 10011 | 11000001 | 1100 | 1001110 |
Color Harmonies of #C0CBCE
Complementary color
Monochromatic Colors of #C0CBCE
Black with #C0CBCE
Text Example
Text Example
White with #C0CBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CBCE; }
p { color: rgb(192,203,206); }
H1.HeaderClassName
{
color: #C0CBCE;
}
.AnyTagClassName
{
color: #C0CBCE;
}
</style>
background-color css
<style>
a { background-color: #C0CBCE; }
a { background-color: rgb(192,203,206); }
div.DivClassName
{
background-color: #C0CBCE;
}
.BgClassName
{
background-color: #C0CBCE;
}
</style>
border-color css
<style>
span { border-color: #C0CBCE; }
span { border-color: rgb(192,203,206); }
td.TdClassName
{
border-color: #C0CBCE;
}
.TagClassName
{
border-color: #C0CBCE;
}
</style>