Shades of Iron #C9CBCB
Tints of Iron #C9CBCB
RGB
CMYK
RGB Variations
Color information
#C9CBCB (or 0xC9CBCB) is known color: Iron. HEX triplet: C9, CB and CB. RGB value is (201,203,203). Sum of RGB (Red+Green+Blue) = 201+203+203=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #C9CBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CBCB is #363434. Grayscale: #CACACA. Windows color (decimal): -3552309 or 13355977. OLE color: 13355977.
HSL color Cylindrical-coordinate representation of color #C9CBCB: hue angle of 180º degrees, saturation: 0.02, 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 #C9CBCB is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 201 | 203 | 203 | - |
CMYK | 0.01 | 0 | 0 | 0.20 |
HSL | 180º | 0.02% | 0.79% | - |
HSV(B) | 180º | 0.01% | 0.8% | - |
XYZ | 56.22 | 59.44 | 65.01 | - |
YUV | 202.4 | 128.34 | 127 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 203 | 203 | 0.01 | 0 | 0 | 0.20 | 180 | 0.02 | 0.79 |
Hex | C9 | CB | CB | 1 | 0 | 0 | 14 | B4 | 2 | 4F |
Octal | 311 | 313 | 313 | 1 | 0 | 0 | 24 | 264 | 2 | 117 |
Binary | 11001001 | 11001011 | 11001011 | 1 | 0 | 0 | 10100 | 10110100 | 10 | 1001111 |
Color Harmonies of #C9CBCB
Complementary color
Monochromatic Colors of #C9CBCB
Black with #C9CBCB
Text Example
Text Example
White with #C9CBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CBCB; }
p { color: rgb(201,203,203); }
H1.HeaderClassName
{
color: #C9CBCB;
}
.AnyTagClassName
{
color: #C9CBCB;
}
</style>
background-color css
<style>
a { background-color: #C9CBCB; }
a { background-color: rgb(201,203,203); }
div.DivClassName
{
background-color: #C9CBCB;
}
.BgClassName
{
background-color: #C9CBCB;
}
</style>
border-color css
<style>
span { border-color: #C9CBCB; }
span { border-color: rgb(201,203,203); }
td.TdClassName
{
border-color: #C9CBCB;
}
.TagClassName
{
border-color: #C9CBCB;
}
</style>