Shades of Iron #C8CBCB
Tints of Iron #C8CBCB
RGB
CMYK
RGB Variations
Color information
#C8CBCB (or 0xC8CBCB) is known color: Iron. HEX triplet: C8, CB and CB. RGB value is (200,203,203). Sum of RGB (Red+Green+Blue) = 200+203+203=606 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.00% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #C8CBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CBCB is #373434. Grayscale: #CACACA. Windows color (decimal): -3617845 or 13355976. OLE color: 13355976.
HSL color Cylindrical-coordinate representation of color #C8CBCB: 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 #C8CBCB is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 200 | 203 | 203 | - |
CMYK | 0.01 | 0 | 0 | 0.20 |
HSL | 180º | 0.03% | 0.79% | - |
HSV(B) | 180º | 0.01% | 0.8% | - |
XYZ | 55.95 | 59.3 | 65 | - |
YUV | 202.1 | 128.51 | 126.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 203 | 203 | 0.01 | 0 | 0 | 0.20 | 180 | 0.03 | 0.79 |
Hex | C8 | CB | CB | 1 | 0 | 0 | 14 | B4 | 3 | 4F |
Octal | 310 | 313 | 313 | 1 | 0 | 0 | 24 | 264 | 3 | 117 |
Binary | 11001000 | 11001011 | 11001011 | 1 | 0 | 0 | 10100 | 10110100 | 11 | 1001111 |
Color Harmonies of #C8CBCB
Complementary color
Monochromatic Colors of #C8CBCB
Black with #C8CBCB
Text Example
Text Example
White with #C8CBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CBCB; }
p { color: rgb(200,203,203); }
H1.HeaderClassName
{
color: #C8CBCB;
}
.AnyTagClassName
{
color: #C8CBCB;
}
</style>
background-color css
<style>
a { background-color: #C8CBCB; }
a { background-color: rgb(200,203,203); }
div.DivClassName
{
background-color: #C8CBCB;
}
.BgClassName
{
background-color: #C8CBCB;
}
</style>
border-color css
<style>
span { border-color: #C8CBCB; }
span { border-color: rgb(200,203,203); }
td.TdClassName
{
border-color: #C8CBCB;
}
.TagClassName
{
border-color: #C8CBCB;
}
</style>