Shades of Iron #C8CACB
Tints of Iron #C8CACB
RGB
CMYK
RGB Variations
Color information
#C8CACB (or 0xC8CACB) is known color: Iron. HEX triplet: C8, CA and CB. RGB value is (200,202,203). Sum of RGB (Red+Green+Blue) = 200+202+203=605 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.06% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 203 - color contains mainly: blue. Hex color #C8CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CACB is #373534. Grayscale: #C9C9C9. Windows color (decimal): -3618101 or 13355720. OLE color: 13355720.
HSL color Cylindrical-coordinate representation of color #C8CACB: hue angle of 200º degrees, saturation: 0.03, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #C8CACB is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 200 | 202 | 203 | - |
CMYK | 0.01 | 0.00 | 0 | 0.20 |
HSL | 200º | 0.03% | 0.79% | - |
HSV(B) | 200º | 0.01% | 0.8% | - |
XYZ | 55.72 | 58.83 | 64.92 | - |
YUV | 201.52 | 128.84 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 202 | 203 | 0.01 | 0.00 | 0 | 0.20 | 200 | 0.03 | 0.79 |
Hex | C8 | CA | CB | 1 | 0 | 0 | 14 | C8 | 3 | 4F |
Octal | 310 | 312 | 313 | 1 | 0 | 0 | 24 | 310 | 3 | 117 |
Binary | 11001000 | 11001010 | 11001011 | 1 | 0 | 0 | 10100 | 11001000 | 11 | 1001111 |
Color Harmonies of #C8CACB
Complementary color
Monochromatic Colors of #C8CACB
Black with #C8CACB
Text Example
Text Example
White with #C8CACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CACB; }
p { color: rgb(200,202,203); }
H1.HeaderClassName
{
color: #C8CACB;
}
.AnyTagClassName
{
color: #C8CACB;
}
</style>
background-color css
<style>
a { background-color: #C8CACB; }
a { background-color: rgb(200,202,203); }
div.DivClassName
{
background-color: #C8CACB;
}
.BgClassName
{
background-color: #C8CACB;
}
</style>
border-color css
<style>
span { border-color: #C8CACB; }
span { border-color: rgb(200,202,203); }
td.TdClassName
{
border-color: #C8CACB;
}
.TagClassName
{
border-color: #C8CACB;
}
</style>