Shades of Iron #C6CACB
Tints of Iron #C6CACB
RGB
CMYK
RGB Variations
Color information
#C6CACB (or 0xC6CACB) is known color: Iron. HEX triplet: C6, CA and CB. RGB value is (198,202,203). Sum of RGB (Red+Green+Blue) = 198+202+203=603 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.84% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 203 - color contains mainly: blue. Hex color #C6CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CACB is #393534. Grayscale: #C8C8C8. Windows color (decimal): -3749173 or 13355718. OLE color: 13355718.
HSL color Cylindrical-coordinate representation of color #C6CACB: 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 #C6CACB is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 198 | 202 | 203 | - |
CMYK | 0.02 | 0.00 | 0 | 0.20 |
HSL | 192º | 0.05% | 0.79% | - |
HSV(B) | 192º | 0.02% | 0.8% | - |
XYZ | 55.19 | 58.56 | 64.89 | - |
YUV | 200.92 | 129.17 | 125.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 202 | 203 | 0.02 | 0.00 | 0 | 0.20 | 192 | 0.05 | 0.79 |
Hex | C6 | CA | CB | 2 | 0 | 0 | 14 | C0 | 5 | 4F |
Octal | 306 | 312 | 313 | 2 | 0 | 0 | 24 | 300 | 5 | 117 |
Binary | 11000110 | 11001010 | 11001011 | 10 | 0 | 0 | 10100 | 11000000 | 101 | 1001111 |
Color Harmonies of #C6CACB
Complementary color
Monochromatic Colors of #C6CACB
Black with #C6CACB
Text Example
Text Example
White with #C6CACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CACB; }
p { color: rgb(198,202,203); }
H1.HeaderClassName
{
color: #C6CACB;
}
.AnyTagClassName
{
color: #C6CACB;
}
</style>
background-color css
<style>
a { background-color: #C6CACB; }
a { background-color: rgb(198,202,203); }
div.DivClassName
{
background-color: #C6CACB;
}
.BgClassName
{
background-color: #C6CACB;
}
</style>
border-color css
<style>
span { border-color: #C6CACB; }
span { border-color: rgb(198,202,203); }
td.TdClassName
{
border-color: #C6CACB;
}
.TagClassName
{
border-color: #C6CACB;
}
</style>