Shades of Iron #C8CACA
Tints of Iron #C8CACA
RGB
CMYK
RGB Variations
Color information
#C8CACA (or 0xC8CACA) is known color: Iron. HEX triplet: C8, CA and CA. RGB value is (200,202,202). Sum of RGB (Red+Green+Blue) = 200+202+202=604 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.11% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #C8CACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CACA is #373535. Grayscale: #C9C9C9. Windows color (decimal): -3618102 or 13290184. OLE color: 13290184.
HSL color Cylindrical-coordinate representation of color #C8CACA: hue angle of 180º degrees, saturation: 0.02, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #C8CACA is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 200 | 202 | 202 | - |
CMYK | 0.01 | 0 | 0 | 0.21 |
HSL | 180º | 0.02% | 0.79% | - |
HSV(B) | 180º | 0.01% | 0.79% | - |
XYZ | 55.6 | 58.78 | 64.29 | - |
YUV | 201.4 | 128.34 | 127 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 202 | 202 | 0.01 | 0 | 0 | 0.21 | 180 | 0.02 | 0.79 |
Hex | C8 | CA | CA | 1 | 0 | 0 | 15 | B4 | 2 | 4F |
Octal | 310 | 312 | 312 | 1 | 0 | 0 | 25 | 264 | 2 | 117 |
Binary | 11001000 | 11001010 | 11001010 | 1 | 0 | 0 | 10101 | 10110100 | 10 | 1001111 |
Color Harmonies of #C8CACA
Complementary color
Monochromatic Colors of #C8CACA
Black with #C8CACA
Text Example
Text Example
White with #C8CACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CACA; }
p { color: rgb(200,202,202); }
H1.HeaderClassName
{
color: #C8CACA;
}
.AnyTagClassName
{
color: #C8CACA;
}
</style>
background-color css
<style>
a { background-color: #C8CACA; }
a { background-color: rgb(200,202,202); }
div.DivClassName
{
background-color: #C8CACA;
}
.BgClassName
{
background-color: #C8CACA;
}
</style>
border-color css
<style>
span { border-color: #C8CACA; }
span { border-color: rgb(200,202,202); }
td.TdClassName
{
border-color: #C8CACA;
}
.TagClassName
{
border-color: #C8CACA;
}
</style>