Shades of Iron #C5CBCC
Tints of Iron #C5CBCC
RGB
CMYK
RGB Variations
Color information
#C5CBCC (or 0xC5CBCC) is known color: Iron. HEX triplet: C5, CB and CC. RGB value is (197,203,204). Sum of RGB (Red+Green+Blue) = 197+203+204=604 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.62% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 204 - color contains mainly: blue. Hex color #C5CBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CBCC is #3A3433. Grayscale: #C9C9C9. Windows color (decimal): -3814452 or 13421509. OLE color: 13421509.
HSL color Cylindrical-coordinate representation of color #C5CBCC: hue angle of 188.57º degrees, saturation: 0.06, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C5CBCC is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 197 | 203 | 204 | - |
CMYK | 0.03 | 0.00 | 0 | 0.2 |
HSL | 188.57º | 0.06% | 0.79% | - |
HSV(B) | 188.57º | 0.03% | 0.8% | - |
XYZ | 55.28 | 58.94 | 65.59 | - |
YUV | 201.32 | 129.51 | 124.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 203 | 204 | 0.03 | 0.00 | 0 | 0.2 | 188.57 | 0.06 | 0.79 |
Hex | C5 | CB | CC | 3 | 0 | 0 | 14 | BD | 6 | 4F |
Octal | 305 | 313 | 314 | 3 | 0 | 0 | 24 | 275 | 6 | 117 |
Binary | 11000101 | 11001011 | 11001100 | 11 | 0 | 0 | 10100 | 10111101 | 110 | 1001111 |
Color Harmonies of #C5CBCC
Complementary color
Monochromatic Colors of #C5CBCC
Black with #C5CBCC
Text Example
Text Example
White with #C5CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CBCC; }
p { color: rgb(197,203,204); }
H1.HeaderClassName
{
color: #C5CBCC;
}
.AnyTagClassName
{
color: #C5CBCC;
}
</style>
background-color css
<style>
a { background-color: #C5CBCC; }
a { background-color: rgb(197,203,204); }
div.DivClassName
{
background-color: #C5CBCC;
}
.BgClassName
{
background-color: #C5CBCC;
}
</style>
border-color css
<style>
span { border-color: #C5CBCC; }
span { border-color: rgb(197,203,204); }
td.TdClassName
{
border-color: #C5CBCC;
}
.TagClassName
{
border-color: #C5CBCC;
}
</style>