Shades of Iron #CACCCC
Tints of Iron #CACCCC
RGB
CMYK
RGB Variations
Color information
#CACCCC (or 0xCACCCC) is known color: Iron. HEX triplet: CA, CC and CC. RGB value is (202,204,204). Sum of RGB (Red+Green+Blue) = 202+204+204=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #CACCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCCC is #353333. Grayscale: #CBCBCB. Windows color (decimal): -3486516 or 13421770. OLE color: 13421770.
HSL color Cylindrical-coordinate representation of color #CACCCC: hue angle of 180º degrees, saturation: 0.02, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CACCCC is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 202 | 204 | 204 | - |
CMYK | 0.01 | 0 | 0 | 0.2 |
HSL | 180º | 0.02% | 0.8% | - |
HSV(B) | 180º | 0.01% | 0.8% | - |
XYZ | 56.85 | 60.1 | 65.73 | - |
YUV | 203.4 | 128.34 | 127 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 204 | 204 | 0.01 | 0 | 0 | 0.2 | 180 | 0.02 | 0.8 |
Hex | CA | CC | CC | 1 | 0 | 0 | 14 | B4 | 2 | 50 |
Octal | 312 | 314 | 314 | 1 | 0 | 0 | 24 | 264 | 2 | 120 |
Binary | 11001010 | 11001100 | 11001100 | 1 | 0 | 0 | 10100 | 10110100 | 10 | 1010000 |
Color Harmonies of #CACCCC
Complementary color
Monochromatic Colors of #CACCCC
Black with #CACCCC
Text Example
Text Example
White with #CACCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACCCC; }
p { color: rgb(202,204,204); }
H1.HeaderClassName
{
color: #CACCCC;
}
.AnyTagClassName
{
color: #CACCCC;
}
</style>
background-color css
<style>
a { background-color: #CACCCC; }
a { background-color: rgb(202,204,204); }
div.DivClassName
{
background-color: #CACCCC;
}
.BgClassName
{
background-color: #CACCCC;
}
</style>
border-color css
<style>
span { border-color: #CACCCC; }
span { border-color: rgb(202,204,204); }
td.TdClassName
{
border-color: #CACCCC;
}
.TagClassName
{
border-color: #CACCCC;
}
</style>