Shades of Iron #CBCDCD
Tints of Iron #CBCDCD
RGB
CMYK
RGB Variations
Color information
#CBCDCD (or 0xCBCDCD) is known color: Iron. HEX triplet: CB, CD and CD. RGB value is (203,205,205). Sum of RGB (Red+Green+Blue) = 203+205+205=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #CBCDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCDCD is #343232. Grayscale: #CCCCCC. Windows color (decimal): -3420723 or 13487563. OLE color: 13487563.
HSL color Cylindrical-coordinate representation of color #CBCDCD: 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 #CBCDCD is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 205 | 205 | - |
CMYK | 0.01 | 0 | 0 | 0.20 |
HSL | 180º | 0.02% | 0.8% | - |
HSV(B) | 180º | 0.01% | 0.8% | - |
XYZ | 57.48 | 60.77 | 66.46 | - |
YUV | 204.4 | 128.34 | 127 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 205 | 205 | 0.01 | 0 | 0 | 0.20 | 180 | 0.02 | 0.8 |
Hex | CB | CD | CD | 1 | 0 | 0 | 14 | B4 | 2 | 50 |
Octal | 313 | 315 | 315 | 1 | 0 | 0 | 24 | 264 | 2 | 120 |
Binary | 11001011 | 11001101 | 11001101 | 1 | 0 | 0 | 10100 | 10110100 | 10 | 1010000 |
Color Harmonies of #CBCDCD
Complementary color
Monochromatic Colors of #CBCDCD
Black with #CBCDCD
Text Example
Text Example
White with #CBCDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCDCD; }
p { color: rgb(203,205,205); }
H1.HeaderClassName
{
color: #CBCDCD;
}
.AnyTagClassName
{
color: #CBCDCD;
}
</style>
background-color css
<style>
a { background-color: #CBCDCD; }
a { background-color: rgb(203,205,205); }
div.DivClassName
{
background-color: #CBCDCD;
}
.BgClassName
{
background-color: #CBCDCD;
}
</style>
border-color css
<style>
span { border-color: #CBCDCD; }
span { border-color: rgb(203,205,205); }
td.TdClassName
{
border-color: #CBCDCD;
}
.TagClassName
{
border-color: #CBCDCD;
}
</style>