Shades of Iron #CBCECE
Tints of Iron #CBCECE
RGB
CMYK
RGB Variations
Color information
#CBCECE (or 0xCBCECE) is known color: Iron. HEX triplet: CB, CE and CE. RGB value is (203,206,206). Sum of RGB (Red+Green+Blue) = 203+206+206=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #CBCECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCECE is #343131. Grayscale: #CDCDCD. Windows color (decimal): -3420466 or 13553355. OLE color: 13553355.
HSL color Cylindrical-coordinate representation of color #CBCECE: hue angle of 180º degrees, saturation: 0.03, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CBCECE is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 203 | 206 | 206 | - |
CMYK | 0.01 | 0 | 0 | 0.19 |
HSL | 180º | 0.03% | 0.8% | - |
HSV(B) | 180º | 0.01% | 0.81% | - |
XYZ | 57.84 | 61.3 | 67.18 | - |
YUV | 205.1 | 128.51 | 126.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 206 | 206 | 0.01 | 0 | 0 | 0.19 | 180 | 0.03 | 0.8 |
Hex | CB | CE | CE | 1 | 0 | 0 | 13 | B4 | 3 | 50 |
Octal | 313 | 316 | 316 | 1 | 0 | 0 | 23 | 264 | 3 | 120 |
Binary | 11001011 | 11001110 | 11001110 | 1 | 0 | 0 | 10011 | 10110100 | 11 | 1010000 |
Color Harmonies of #CBCECE
Complementary color
Monochromatic Colors of #CBCECE
Black with #CBCECE
Text Example
Text Example
White with #CBCECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCECE; }
p { color: rgb(203,206,206); }
H1.HeaderClassName
{
color: #CBCECE;
}
.AnyTagClassName
{
color: #CBCECE;
}
</style>
background-color css
<style>
a { background-color: #CBCECE; }
a { background-color: rgb(203,206,206); }
div.DivClassName
{
background-color: #CBCECE;
}
.BgClassName
{
background-color: #CBCECE;
}
</style>
border-color css
<style>
span { border-color: #CBCECE; }
span { border-color: rgb(203,206,206); }
td.TdClassName
{
border-color: #CBCECE;
}
.TagClassName
{
border-color: #CBCECE;
}
</style>