Shades of Iron #CDCFCF
Tints of Iron #CDCFCF
RGB
CMYK
RGB Variations
Color information
#CDCFCF (or 0xCDCFCF) is known color: Iron. HEX triplet: CD, CF and CF. RGB value is (205,207,207). Sum of RGB (Red+Green+Blue) = 205+207+207=619 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.12% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #CDCFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCFCF is #323030. Grayscale: #CECECE. Windows color (decimal): -3289137 or 13619149. OLE color: 13619149.
HSL color Cylindrical-coordinate representation of color #CDCFCF: hue angle of 180º degrees, saturation: 0.02, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CDCFCF is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 205 | 207 | 207 | - |
CMYK | 0.01 | 0 | 0 | 0.19 |
HSL | 180º | 0.02% | 0.81% | - |
HSV(B) | 180º | 0.01% | 0.81% | - |
XYZ | 58.75 | 62.11 | 67.92 | - |
YUV | 206.4 | 128.34 | 127 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 207 | 207 | 0.01 | 0 | 0 | 0.19 | 180 | 0.02 | 0.81 |
Hex | CD | CF | CF | 1 | 0 | 0 | 13 | B4 | 2 | 51 |
Octal | 315 | 317 | 317 | 1 | 0 | 0 | 23 | 264 | 2 | 121 |
Binary | 11001101 | 11001111 | 11001111 | 1 | 0 | 0 | 10011 | 10110100 | 10 | 1010001 |
Color Harmonies of #CDCFCF
Complementary color
Monochromatic Colors of #CDCFCF
Black with #CDCFCF
Text Example
Text Example
White with #CDCFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCFCF; }
p { color: rgb(205,207,207); }
H1.HeaderClassName
{
color: #CDCFCF;
}
.AnyTagClassName
{
color: #CDCFCF;
}
</style>
background-color css
<style>
a { background-color: #CDCFCF; }
a { background-color: rgb(205,207,207); }
div.DivClassName
{
background-color: #CDCFCF;
}
.BgClassName
{
background-color: #CDCFCF;
}
</style>
border-color css
<style>
span { border-color: #CDCFCF; }
span { border-color: rgb(205,207,207); }
td.TdClassName
{
border-color: #CDCFCF;
}
.TagClassName
{
border-color: #CDCFCF;
}
</style>