Shades of Iron #C8CFCF
Tints of Iron #C8CFCF
RGB
CMYK
RGB Variations
Color information
#C8CFCF (or 0xC8CFCF) is known color: Iron. HEX triplet: C8, CF and CF. RGB value is (200,207,207). Sum of RGB (Red+Green+Blue) = 200+207+207=614 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.57% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #C8CFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CFCF is #373030. Grayscale: #CCCCCC. Windows color (decimal): -3616817 or 13619144. OLE color: 13619144.
HSL color Cylindrical-coordinate representation of color #C8CFCF: hue angle of 180º degrees, saturation: 0.07, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C8CFCF is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 200 | 207 | 207 | - |
CMYK | 0.03 | 0 | 0 | 0.19 |
HSL | 180º | 0.07% | 0.8% | - |
HSV(B) | 180º | 0.03% | 0.81% | - |
XYZ | 57.39 | 61.41 | 67.86 | - |
YUV | 204.91 | 129.18 | 124.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 207 | 207 | 0.03 | 0 | 0 | 0.19 | 180 | 0.07 | 0.8 |
Hex | C8 | CF | CF | 3 | 0 | 0 | 13 | B4 | 7 | 50 |
Octal | 310 | 317 | 317 | 3 | 0 | 0 | 23 | 264 | 7 | 120 |
Binary | 11001000 | 11001111 | 11001111 | 11 | 0 | 0 | 10011 | 10110100 | 111 | 1010000 |
Color Harmonies of #C8CFCF
Complementary color
Monochromatic Colors of #C8CFCF
Black with #C8CFCF
Text Example
Text Example
White with #C8CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CFCF; }
p { color: rgb(200,207,207); }
H1.HeaderClassName
{
color: #C8CFCF;
}
.AnyTagClassName
{
color: #C8CFCF;
}
</style>
background-color css
<style>
a { background-color: #C8CFCF; }
a { background-color: rgb(200,207,207); }
div.DivClassName
{
background-color: #C8CFCF;
}
.BgClassName
{
background-color: #C8CFCF;
}
</style>
border-color css
<style>
span { border-color: #C8CFCF; }
span { border-color: rgb(200,207,207); }
td.TdClassName
{
border-color: #C8CFCF;
}
.TagClassName
{
border-color: #C8CFCF;
}
</style>