Shades of Iron #C8CDCF
Tints of Iron #C8CDCF
RGB
CMYK
RGB Variations
Color information
#C8CDCF (or 0xC8CDCF) is known color: Iron. HEX triplet: C8, CD and CF. RGB value is (200,205,207). Sum of RGB (Red+Green+Blue) = 200+205+207=612 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.68% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 207 - color contains mainly: blue. Hex color #C8CDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CDCF is #373230. Grayscale: #CBCBCB. Windows color (decimal): -3617329 or 13618632. OLE color: 13618632.
HSL color Cylindrical-coordinate representation of color #C8CDCF: hue angle of 197.14º 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 #C8CDCF is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 200 | 205 | 207 | - |
CMYK | 0.03 | 0.01 | 0 | 0.19 |
HSL | 197.14º | 0.07% | 0.8% | - |
HSV(B) | 197.14º | 0.03% | 0.81% | - |
XYZ | 56.91 | 60.45 | 67.7 | - |
YUV | 203.73 | 129.84 | 125.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 205 | 207 | 0.03 | 0.01 | 0 | 0.19 | 197.14 | 0.07 | 0.8 |
Hex | C8 | CD | CF | 3 | 1 | 0 | 13 | C5 | 7 | 50 |
Octal | 310 | 315 | 317 | 3 | 1 | 0 | 23 | 305 | 7 | 120 |
Binary | 11001000 | 11001101 | 11001111 | 11 | 1 | 0 | 10011 | 11000101 | 111 | 1010000 |
Color Harmonies of #C8CDCF
Complementary color
Monochromatic Colors of #C8CDCF
Black with #C8CDCF
Text Example
Text Example
White with #C8CDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CDCF; }
p { color: rgb(200,205,207); }
H1.HeaderClassName
{
color: #C8CDCF;
}
.AnyTagClassName
{
color: #C8CDCF;
}
</style>
background-color css
<style>
a { background-color: #C8CDCF; }
a { background-color: rgb(200,205,207); }
div.DivClassName
{
background-color: #C8CDCF;
}
.BgClassName
{
background-color: #C8CDCF;
}
</style>
border-color css
<style>
span { border-color: #C8CDCF; }
span { border-color: rgb(200,205,207); }
td.TdClassName
{
border-color: #C8CDCF;
}
.TagClassName
{
border-color: #C8CDCF;
}
</style>