Shades of Iron #C5CBCD
Tints of Iron #C5CBCD
RGB
CMYK
RGB Variations
Color information
#C5CBCD (or 0xC5CBCD) is known color: Iron. HEX triplet: C5, CB and CD. RGB value is (197,203,205). Sum of RGB (Red+Green+Blue) = 197+203+205=605 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.56% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5CBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CBCD is #3A3432. Grayscale: #C9C9C9. Windows color (decimal): -3814451 or 13487045. OLE color: 13487045.
HSL color Cylindrical-coordinate representation of color #C5CBCD: hue angle of 195º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C5CBCD is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 197 | 203 | 205 | - |
CMYK | 0.04 | 0.01 | 0 | 0.20 |
HSL | 195º | 0.07% | 0.79% | - |
HSV(B) | 195º | 0.04% | 0.8% | - |
XYZ | 55.4 | 58.99 | 66.22 | - |
YUV | 201.43 | 130.01 | 124.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 203 | 205 | 0.04 | 0.01 | 0 | 0.20 | 195 | 0.07 | 0.79 |
Hex | C5 | CB | CD | 4 | 1 | 0 | 14 | C3 | 7 | 4F |
Octal | 305 | 313 | 315 | 4 | 1 | 0 | 24 | 303 | 7 | 117 |
Binary | 11000101 | 11001011 | 11001101 | 100 | 1 | 0 | 10100 | 11000011 | 111 | 1001111 |
Color Harmonies of #C5CBCD
Complementary color
Monochromatic Colors of #C5CBCD
Black with #C5CBCD
Text Example
Text Example
White with #C5CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CBCD; }
p { color: rgb(197,203,205); }
H1.HeaderClassName
{
color: #C5CBCD;
}
.AnyTagClassName
{
color: #C5CBCD;
}
</style>
background-color css
<style>
a { background-color: #C5CBCD; }
a { background-color: rgb(197,203,205); }
div.DivClassName
{
background-color: #C5CBCD;
}
.BgClassName
{
background-color: #C5CBCD;
}
</style>
border-color css
<style>
span { border-color: #C5CBCD; }
span { border-color: rgb(197,203,205); }
td.TdClassName
{
border-color: #C5CBCD;
}
.TagClassName
{
border-color: #C5CBCD;
}
</style>