Shades of Iron #C3CACC
Tints of Iron #C3CACC
RGB
CMYK
RGB Variations
Color information
#C3CACC (or 0xC3CACC) is known color: Iron. HEX triplet: C3, CA and CC. RGB value is (195,202,204). Sum of RGB (Red+Green+Blue) = 195+202+204=601 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.45% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 204 - color contains mainly: blue. Hex color #C3CACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CACC is #3C3533. Grayscale: #C8C8C8. Windows color (decimal): -3945780 or 13421251. OLE color: 13421251.
HSL color Cylindrical-coordinate representation of color #C3CACC: hue angle of 193.33º degrees, saturation: 0.08, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C3CACC is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 195 | 202 | 204 | - |
CMYK | 0.04 | 0.01 | 0 | 0.2 |
HSL | 193.33º | 0.08% | 0.78% | - |
HSV(B) | 193.33º | 0.04% | 0.8% | - |
XYZ | 54.53 | 58.2 | 65.49 | - |
YUV | 200.14 | 130.18 | 124.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 202 | 204 | 0.04 | 0.01 | 0 | 0.2 | 193.33 | 0.08 | 0.78 |
Hex | C3 | CA | CC | 4 | 1 | 0 | 14 | C1 | 8 | 4E |
Octal | 303 | 312 | 314 | 4 | 1 | 0 | 24 | 301 | 10 | 116 |
Binary | 11000011 | 11001010 | 11001100 | 100 | 1 | 0 | 10100 | 11000001 | 1000 | 1001110 |
Color Harmonies of #C3CACC
Complementary color
Monochromatic Colors of #C3CACC
Black with #C3CACC
Text Example
Text Example
White with #C3CACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CACC; }
p { color: rgb(195,202,204); }
H1.HeaderClassName
{
color: #C3CACC;
}
.AnyTagClassName
{
color: #C3CACC;
}
</style>
background-color css
<style>
a { background-color: #C3CACC; }
a { background-color: rgb(195,202,204); }
div.DivClassName
{
background-color: #C3CACC;
}
.BgClassName
{
background-color: #C3CACC;
}
</style>
border-color css
<style>
span { border-color: #C3CACC; }
span { border-color: rgb(195,202,204); }
td.TdClassName
{
border-color: #C3CACC;
}
.TagClassName
{
border-color: #C3CACC;
}
</style>