Shades of Iron #C7CBCB
Tints of Iron #C7CBCB
RGB
CMYK
RGB Variations
Color information
#C7CBCB (or 0xC7CBCB) is known color: Iron. HEX triplet: C7, CB and CB. RGB value is (199,203,203). Sum of RGB (Red+Green+Blue) = 199+203+203=605 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.89% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #C7CBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CBCB is #383434. Grayscale: #C9C9C9. Windows color (decimal): -3683381 or 13355975. OLE color: 13355975.
HSL color Cylindrical-coordinate representation of color #C7CBCB: hue angle of 180º degrees, saturation: 0.04, 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 #C7CBCB is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 199 | 203 | 203 | - |
CMYK | 0.02 | 0 | 0 | 0.20 |
HSL | 180º | 0.04% | 0.79% | - |
HSV(B) | 180º | 0.02% | 0.8% | - |
XYZ | 55.69 | 59.17 | 64.98 | - |
YUV | 201.8 | 128.67 | 126 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 203 | 203 | 0.02 | 0 | 0 | 0.20 | 180 | 0.04 | 0.79 |
Hex | C7 | CB | CB | 2 | 0 | 0 | 14 | B4 | 4 | 4F |
Octal | 307 | 313 | 313 | 2 | 0 | 0 | 24 | 264 | 4 | 117 |
Binary | 11000111 | 11001011 | 11001011 | 10 | 0 | 0 | 10100 | 10110100 | 100 | 1001111 |
Color Harmonies of #C7CBCB
Complementary color
Monochromatic Colors of #C7CBCB
Black with #C7CBCB
Text Example
Text Example
White with #C7CBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CBCB; }
p { color: rgb(199,203,203); }
H1.HeaderClassName
{
color: #C7CBCB;
}
.AnyTagClassName
{
color: #C7CBCB;
}
</style>
background-color css
<style>
a { background-color: #C7CBCB; }
a { background-color: rgb(199,203,203); }
div.DivClassName
{
background-color: #C7CBCB;
}
.BgClassName
{
background-color: #C7CBCB;
}
</style>
border-color css
<style>
span { border-color: #C7CBCB; }
span { border-color: rgb(199,203,203); }
td.TdClassName
{
border-color: #C7CBCB;
}
.TagClassName
{
border-color: #C7CBCB;
}
</style>