Shades of Iron #C9CCCC
Tints of Iron #C9CCCC
RGB
CMYK
RGB Variations
Color information
#C9CCCC (or 0xC9CCCC) is known color: Iron. HEX triplet: C9, CC and CC. RGB value is (201,204,204). Sum of RGB (Red+Green+Blue) = 201+204+204=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #C9CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CCCC is #363333. Grayscale: #CBCBCB. Windows color (decimal): -3552052 or 13421769. OLE color: 13421769.
HSL color Cylindrical-coordinate representation of color #C9CCCC: hue angle of 180º degrees, saturation: 0.03, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #C9CCCC is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 201 | 204 | 204 | - |
CMYK | 0.01 | 0 | 0 | 0.2 |
HSL | 180º | 0.03% | 0.79% | - |
HSV(B) | 180º | 0.01% | 0.8% | - |
XYZ | 56.58 | 59.96 | 65.72 | - |
YUV | 203.1 | 128.51 | 126.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 204 | 204 | 0.01 | 0 | 0 | 0.2 | 180 | 0.03 | 0.79 |
Hex | C9 | CC | CC | 1 | 0 | 0 | 14 | B4 | 3 | 4F |
Octal | 311 | 314 | 314 | 1 | 0 | 0 | 24 | 264 | 3 | 117 |
Binary | 11001001 | 11001100 | 11001100 | 1 | 0 | 0 | 10100 | 10110100 | 11 | 1001111 |
Color Harmonies of #C9CCCC
Complementary color
Monochromatic Colors of #C9CCCC
Black with #C9CCCC
Text Example
Text Example
White with #C9CCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CCCC; }
p { color: rgb(201,204,204); }
H1.HeaderClassName
{
color: #C9CCCC;
}
.AnyTagClassName
{
color: #C9CCCC;
}
</style>
background-color css
<style>
a { background-color: #C9CCCC; }
a { background-color: rgb(201,204,204); }
div.DivClassName
{
background-color: #C9CCCC;
}
.BgClassName
{
background-color: #C9CCCC;
}
</style>
border-color css
<style>
span { border-color: #C9CCCC; }
span { border-color: rgb(201,204,204); }
td.TdClassName
{
border-color: #C9CCCC;
}
.TagClassName
{
border-color: #C9CCCC;
}
</style>