Shades of Iron #CCCDCD
Tints of Iron #CCCDCD
RGB
CMYK
RGB Variations
Color information
#CCCDCD (or 0xCCCDCD) is known color: Iron. HEX triplet: CC, CD and CD. RGB value is (204,205,205). Sum of RGB (Red+Green+Blue) = 204+205+205=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #CCCDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDCD is #333232. Grayscale: #CCCCCC. Windows color (decimal): -3355187 or 13487564. OLE color: 13487564.
HSL color Cylindrical-coordinate representation of color #CCCDCD: hue angle of 180º degrees, saturation: 0.01, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0%. Process color model (Four color, CMYK) of #CCCDCD is Cyan = 0.00, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 204 | 205 | 205 | - |
CMYK | 0.00 | 0 | 0 | 0.20 |
HSL | 180º | 0.01% | 0.8% | - |
HSV(B) | 180º | 0% | 0.8% | - |
XYZ | 57.75 | 60.91 | 66.47 | - |
YUV | 204.7 | 128.17 | 127.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 205 | 205 | 0.00 | 0 | 0 | 0.20 | 180 | 0.01 | 0.8 |
Hex | CC | CD | CD | 0 | 0 | 0 | 14 | B4 | 1 | 50 |
Octal | 314 | 315 | 315 | 0 | 0 | 0 | 24 | 264 | 1 | 120 |
Binary | 11001100 | 11001101 | 11001101 | 0 | 0 | 0 | 10100 | 10110100 | 1 | 1010000 |
Color Harmonies of #CCCDCD
Complementary color
Monochromatic Colors of #CCCDCD
Black with #CCCDCD
Text Example
Text Example
White with #CCCDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCDCD; }
p { color: rgb(204,205,205); }
H1.HeaderClassName
{
color: #CCCDCD;
}
.AnyTagClassName
{
color: #CCCDCD;
}
</style>
background-color css
<style>
a { background-color: #CCCDCD; }
a { background-color: rgb(204,205,205); }
div.DivClassName
{
background-color: #CCCDCD;
}
.BgClassName
{
background-color: #CCCDCD;
}
</style>
border-color css
<style>
span { border-color: #CCCDCD; }
span { border-color: rgb(204,205,205); }
td.TdClassName
{
border-color: #CCCDCD;
}
.TagClassName
{
border-color: #CCCDCD;
}
</style>