Shades of Iron #CACECE
Tints of Iron #CACECE
RGB
CMYK
RGB Variations
Color information
#CACECE (or 0xCACECE) is known color: Iron. HEX triplet: CA, CE and CE. RGB value is (202,206,206). Sum of RGB (Red+Green+Blue) = 202+206+206=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #CACECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACECE is #353131. Grayscale: #CCCCCC. Windows color (decimal): -3486002 or 13553354. OLE color: 13553354.
HSL color Cylindrical-coordinate representation of color #CACECE: hue angle of 180º degrees, saturation: 0.04, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CACECE is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 202 | 206 | 206 | - |
CMYK | 0.02 | 0 | 0 | 0.19 |
HSL | 180º | 0.04% | 0.8% | - |
HSV(B) | 180º | 0.02% | 0.81% | - |
XYZ | 57.57 | 61.16 | 67.16 | - |
YUV | 204.8 | 128.67 | 126 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 206 | 206 | 0.02 | 0 | 0 | 0.19 | 180 | 0.04 | 0.8 |
Hex | CA | CE | CE | 2 | 0 | 0 | 13 | B4 | 4 | 50 |
Octal | 312 | 316 | 316 | 2 | 0 | 0 | 23 | 264 | 4 | 120 |
Binary | 11001010 | 11001110 | 11001110 | 10 | 0 | 0 | 10011 | 10110100 | 100 | 1010000 |
Color Harmonies of #CACECE
Complementary color
Monochromatic Colors of #CACECE
Black with #CACECE
Text Example
Text Example
White with #CACECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACECE; }
p { color: rgb(202,206,206); }
H1.HeaderClassName
{
color: #CACECE;
}
.AnyTagClassName
{
color: #CACECE;
}
</style>
background-color css
<style>
a { background-color: #CACECE; }
a { background-color: rgb(202,206,206); }
div.DivClassName
{
background-color: #CACECE;
}
.BgClassName
{
background-color: #CACECE;
}
</style>
border-color css
<style>
span { border-color: #CACECE; }
span { border-color: rgb(202,206,206); }
td.TdClassName
{
border-color: #CACECE;
}
.TagClassName
{
border-color: #CACECE;
}
</style>