Shades of Iron #C7CCCE
Tints of Iron #C7CCCE
RGB
CMYK
RGB Variations
Color information
#C7CCCE (or 0xC7CCCE) is known color: Iron. HEX triplet: C7, CC and CE. RGB value is (199,204,206). Sum of RGB (Red+Green+Blue) = 199+204+206=609 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.68% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 206 - color contains mainly: blue. Hex color #C7CCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CCCE is #383331. Grayscale: #CACACA. Windows color (decimal): -3683122 or 13552839. OLE color: 13552839.
HSL color Cylindrical-coordinate representation of color #C7CCCE: hue angle of 197.14º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C7CCCE is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 199 | 204 | 206 | - |
CMYK | 0.03 | 0.01 | 0 | 0.19 |
HSL | 197.14º | 0.07% | 0.79% | - |
HSV(B) | 197.14º | 0.03% | 0.81% | - |
XYZ | 56.29 | 59.78 | 66.97 | - |
YUV | 202.73 | 129.84 | 125.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 204 | 206 | 0.03 | 0.01 | 0 | 0.19 | 197.14 | 0.07 | 0.79 |
Hex | C7 | CC | CE | 3 | 1 | 0 | 13 | C5 | 7 | 4F |
Octal | 307 | 314 | 316 | 3 | 1 | 0 | 23 | 305 | 7 | 117 |
Binary | 11000111 | 11001100 | 11001110 | 11 | 1 | 0 | 10011 | 11000101 | 111 | 1001111 |
Color Harmonies of #C7CCCE
Complementary color
Monochromatic Colors of #C7CCCE
Black with #C7CCCE
Text Example
Text Example
White with #C7CCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CCCE; }
p { color: rgb(199,204,206); }
H1.HeaderClassName
{
color: #C7CCCE;
}
.AnyTagClassName
{
color: #C7CCCE;
}
</style>
background-color css
<style>
a { background-color: #C7CCCE; }
a { background-color: rgb(199,204,206); }
div.DivClassName
{
background-color: #C7CCCE;
}
.BgClassName
{
background-color: #C7CCCE;
}
</style>
border-color css
<style>
span { border-color: #C7CCCE; }
span { border-color: rgb(199,204,206); }
td.TdClassName
{
border-color: #C7CCCE;
}
.TagClassName
{
border-color: #C7CCCE;
}
</style>