Shades of Iron #C7CCCC
Tints of Iron #C7CCCC
RGB
CMYK
RGB Variations
Color information
#C7CCCC (or 0xC7CCCC) is known color: Iron. HEX triplet: C7, CC and CC. RGB value is (199,204,204). Sum of RGB (Red+Green+Blue) = 199+204+204=607 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.78% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #C7CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CCCC is #383333. Grayscale: #CACACA. Windows color (decimal): -3683124 or 13421767. OLE color: 13421767.
HSL color Cylindrical-coordinate representation of color #C7CCCC: hue angle of 180º degrees, saturation: 0.05, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C7CCCC is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 199 | 204 | 204 | - |
CMYK | 0.02 | 0 | 0 | 0.2 |
HSL | 180º | 0.05% | 0.79% | - |
HSV(B) | 180º | 0.02% | 0.8% | - |
XYZ | 56.05 | 59.69 | 65.69 | - |
YUV | 202.51 | 128.84 | 125.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 204 | 204 | 0.02 | 0 | 0 | 0.2 | 180 | 0.05 | 0.79 |
Hex | C7 | CC | CC | 2 | 0 | 0 | 14 | B4 | 5 | 4F |
Octal | 307 | 314 | 314 | 2 | 0 | 0 | 24 | 264 | 5 | 117 |
Binary | 11000111 | 11001100 | 11001100 | 10 | 0 | 0 | 10100 | 10110100 | 101 | 1001111 |
Color Harmonies of #C7CCCC
Complementary color
Monochromatic Colors of #C7CCCC
Black with #C7CCCC
Text Example
Text Example
White with #C7CCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CCCC; }
p { color: rgb(199,204,204); }
H1.HeaderClassName
{
color: #C7CCCC;
}
.AnyTagClassName
{
color: #C7CCCC;
}
</style>
background-color css
<style>
a { background-color: #C7CCCC; }
a { background-color: rgb(199,204,204); }
div.DivClassName
{
background-color: #C7CCCC;
}
.BgClassName
{
background-color: #C7CCCC;
}
</style>
border-color css
<style>
span { border-color: #C7CCCC; }
span { border-color: rgb(199,204,204); }
td.TdClassName
{
border-color: #C7CCCC;
}
.TagClassName
{
border-color: #C7CCCC;
}
</style>