Shades of Iron #CCCFCF
Tints of Iron #CCCFCF
RGB
CMYK
RGB Variations
Color information
#CCCFCF (or 0xCCCFCF) is known color: Iron. HEX triplet: CC, CF and CF. RGB value is (204,207,207). Sum of RGB (Red+Green+Blue) = 204+207+207=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #CCCFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFCF is #333030. Grayscale: #CECECE. Windows color (decimal): -3354673 or 13619148. OLE color: 13619148.
HSL color Cylindrical-coordinate representation of color #CCCFCF: hue angle of 180º degrees, saturation: 0.03, 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 #CCCFCF is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 204 | 207 | 207 | - |
CMYK | 0.01 | 0 | 0 | 0.19 |
HSL | 180º | 0.03% | 0.81% | - |
HSV(B) | 180º | 0.01% | 0.81% | - |
XYZ | 58.48 | 61.97 | 67.91 | - |
YUV | 206.1 | 128.51 | 126.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 207 | 207 | 0.01 | 0 | 0 | 0.19 | 180 | 0.03 | 0.81 |
Hex | CC | CF | CF | 1 | 0 | 0 | 13 | B4 | 3 | 51 |
Octal | 314 | 317 | 317 | 1 | 0 | 0 | 23 | 264 | 3 | 121 |
Binary | 11001100 | 11001111 | 11001111 | 1 | 0 | 0 | 10011 | 10110100 | 11 | 1010001 |
Color Harmonies of #CCCFCF
Complementary color
Monochromatic Colors of #CCCFCF
Black with #CCCFCF
Text Example
Text Example
White with #CCCFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFCF; }
p { color: rgb(204,207,207); }
H1.HeaderClassName
{
color: #CCCFCF;
}
.AnyTagClassName
{
color: #CCCFCF;
}
</style>
background-color css
<style>
a { background-color: #CCCFCF; }
a { background-color: rgb(204,207,207); }
div.DivClassName
{
background-color: #CCCFCF;
}
.BgClassName
{
background-color: #CCCFCF;
}
</style>
border-color css
<style>
span { border-color: #CCCFCF; }
span { border-color: rgb(204,207,207); }
td.TdClassName
{
border-color: #CCCFCF;
}
.TagClassName
{
border-color: #CCCFCF;
}
</style>