Shades of Iron #C7CBCC
Tints of Iron #C7CBCC
RGB
CMYK
RGB Variations
Color information
#C7CBCC (or 0xC7CBCC) is known color: Iron. HEX triplet: C7, CB and CC. RGB value is (199,203,204). Sum of RGB (Red+Green+Blue) = 199+203+204=606 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.84% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 204 - color contains mainly: blue. Hex color #C7CBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CBCC is #383433. Grayscale: #C9C9C9. Windows color (decimal): -3683380 or 13421511. OLE color: 13421511.
HSL color Cylindrical-coordinate representation of color #C7CBCC: hue angle of 192º 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 #C7CBCC is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 199 | 203 | 204 | - |
CMYK | 0.02 | 0.00 | 0 | 0.2 |
HSL | 192º | 0.05% | 0.79% | - |
HSV(B) | 192º | 0.02% | 0.8% | - |
XYZ | 55.81 | 59.21 | 65.61 | - |
YUV | 201.92 | 129.17 | 125.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 203 | 204 | 0.02 | 0.00 | 0 | 0.2 | 192 | 0.05 | 0.79 |
Hex | C7 | CB | CC | 2 | 0 | 0 | 14 | C0 | 5 | 4F |
Octal | 307 | 313 | 314 | 2 | 0 | 0 | 24 | 300 | 5 | 117 |
Binary | 11000111 | 11001011 | 11001100 | 10 | 0 | 0 | 10100 | 11000000 | 101 | 1001111 |
Color Harmonies of #C7CBCC
Complementary color
Monochromatic Colors of #C7CBCC
Black with #C7CBCC
Text Example
Text Example
White with #C7CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CBCC; }
p { color: rgb(199,203,204); }
H1.HeaderClassName
{
color: #C7CBCC;
}
.AnyTagClassName
{
color: #C7CBCC;
}
</style>
background-color css
<style>
a { background-color: #C7CBCC; }
a { background-color: rgb(199,203,204); }
div.DivClassName
{
background-color: #C7CBCC;
}
.BgClassName
{
background-color: #C7CBCC;
}
</style>
border-color css
<style>
span { border-color: #C7CBCC; }
span { border-color: rgb(199,203,204); }
td.TdClassName
{
border-color: #C7CBCC;
}
.TagClassName
{
border-color: #C7CBCC;
}
</style>