Shades of Iron #C8CCCD
Tints of Iron #C8CCCD
RGB
CMYK
RGB Variations
Color information
#C8CCCD (or 0xC8CCCD) is known color: Iron. HEX triplet: C8, CC and CD. RGB value is (200,204,205). Sum of RGB (Red+Green+Blue) = 200+204+205=609 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.84% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 205 - color contains mainly: blue. Hex color #C8CCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CCCD is #373332. Grayscale: #CACACA. Windows color (decimal): -3617587 or 13487304. OLE color: 13487304.
HSL color Cylindrical-coordinate representation of color #C8CCCD: hue angle of 192º degrees, saturation: 0.05, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C8CCCD is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 200 | 204 | 205 | - |
CMYK | 0.02 | 0.00 | 0 | 0.20 |
HSL | 192º | 0.05% | 0.79% | - |
HSV(B) | 192º | 0.02% | 0.8% | - |
XYZ | 56.43 | 59.87 | 66.34 | - |
YUV | 202.92 | 129.17 | 125.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 204 | 205 | 0.02 | 0.00 | 0 | 0.20 | 192 | 0.05 | 0.79 |
Hex | C8 | CC | CD | 2 | 0 | 0 | 14 | C0 | 5 | 4F |
Octal | 310 | 314 | 315 | 2 | 0 | 0 | 24 | 300 | 5 | 117 |
Binary | 11001000 | 11001100 | 11001101 | 10 | 0 | 0 | 10100 | 11000000 | 101 | 1001111 |
Color Harmonies of #C8CCCD
Complementary color
Monochromatic Colors of #C8CCCD
Black with #C8CCCD
Text Example
Text Example
White with #C8CCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CCCD; }
p { color: rgb(200,204,205); }
H1.HeaderClassName
{
color: #C8CCCD;
}
.AnyTagClassName
{
color: #C8CCCD;
}
</style>
background-color css
<style>
a { background-color: #C8CCCD; }
a { background-color: rgb(200,204,205); }
div.DivClassName
{
background-color: #C8CCCD;
}
.BgClassName
{
background-color: #C8CCCD;
}
</style>
border-color css
<style>
span { border-color: #C8CCCD; }
span { border-color: rgb(200,204,205); }
td.TdClassName
{
border-color: #C8CCCD;
}
.TagClassName
{
border-color: #C8CCCD;
}
</style>