Shades of Iron #CACCCD
Tints of Iron #CACCCD
RGB
CMYK
RGB Variations
Color information
#CACCCD (or 0xCACCCD) is known color: Iron. HEX triplet: CA, CC and CD. RGB value is (202,204,205). Sum of RGB (Red+Green+Blue) = 202+204+205=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 205 - color contains mainly: blue. Hex color #CACCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCCD is #353332. Grayscale: #CBCBCB. Windows color (decimal): -3486515 or 13487306. OLE color: 13487306.
HSL color Cylindrical-coordinate representation of color #CACCCD: hue angle of 200º degrees, saturation: 0.03, 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 #CACCCD is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 202 | 204 | 205 | - |
CMYK | 0.01 | 0.00 | 0 | 0.20 |
HSL | 200º | 0.03% | 0.8% | - |
HSV(B) | 200º | 0.01% | 0.8% | - |
XYZ | 56.97 | 60.15 | 66.37 | - |
YUV | 203.52 | 128.84 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 204 | 205 | 0.01 | 0.00 | 0 | 0.20 | 200 | 0.03 | 0.8 |
Hex | CA | CC | CD | 1 | 0 | 0 | 14 | C8 | 3 | 50 |
Octal | 312 | 314 | 315 | 1 | 0 | 0 | 24 | 310 | 3 | 120 |
Binary | 11001010 | 11001100 | 11001101 | 1 | 0 | 0 | 10100 | 11001000 | 11 | 1010000 |
Color Harmonies of #CACCCD
Complementary color
Monochromatic Colors of #CACCCD
Black with #CACCCD
Text Example
Text Example
White with #CACCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACCCD; }
p { color: rgb(202,204,205); }
H1.HeaderClassName
{
color: #CACCCD;
}
.AnyTagClassName
{
color: #CACCCD;
}
</style>
background-color css
<style>
a { background-color: #CACCCD; }
a { background-color: rgb(202,204,205); }
div.DivClassName
{
background-color: #CACCCD;
}
.BgClassName
{
background-color: #CACCCD;
}
</style>
border-color css
<style>
span { border-color: #CACCCD; }
span { border-color: rgb(202,204,205); }
td.TdClassName
{
border-color: #CACCCD;
}
.TagClassName
{
border-color: #CACCCD;
}
</style>