Shades of Iron #CBCECF
Tints of Iron #CBCECF
RGB
CMYK
RGB Variations
Color information
#CBCECF (or 0xCBCECF) is known color: Iron. HEX triplet: CB, CE and CF. RGB value is (203,206,207). Sum of RGB (Red+Green+Blue) = 203+206+207=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 207 - color contains mainly: blue. Hex color #CBCECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCECF is #343130. Grayscale: #CDCDCD. Windows color (decimal): -3420465 or 13618891. OLE color: 13618891.
HSL color Cylindrical-coordinate representation of color #CBCECF: hue angle of 195º degrees, saturation: 0.04, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CBCECF is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 203 | 206 | 207 | - |
CMYK | 0.02 | 0.00 | 0 | 0.19 |
HSL | 195º | 0.04% | 0.8% | - |
HSV(B) | 195º | 0.02% | 0.81% | - |
XYZ | 57.96 | 61.34 | 67.82 | - |
YUV | 205.22 | 129.01 | 126.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 206 | 207 | 0.02 | 0.00 | 0 | 0.19 | 195 | 0.04 | 0.8 |
Hex | CB | CE | CF | 2 | 0 | 0 | 13 | C3 | 4 | 50 |
Octal | 313 | 316 | 317 | 2 | 0 | 0 | 23 | 303 | 4 | 120 |
Binary | 11001011 | 11001110 | 11001111 | 10 | 0 | 0 | 10011 | 11000011 | 100 | 1010000 |
Color Harmonies of #CBCECF
Complementary color
Monochromatic Colors of #CBCECF
Black with #CBCECF
Text Example
Text Example
White with #CBCECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCECF; }
p { color: rgb(203,206,207); }
H1.HeaderClassName
{
color: #CBCECF;
}
.AnyTagClassName
{
color: #CBCECF;
}
</style>
background-color css
<style>
a { background-color: #CBCECF; }
a { background-color: rgb(203,206,207); }
div.DivClassName
{
background-color: #CBCECF;
}
.BgClassName
{
background-color: #CBCECF;
}
</style>
border-color css
<style>
span { border-color: #CBCECF; }
span { border-color: rgb(203,206,207); }
td.TdClassName
{
border-color: #CBCECF;
}
.TagClassName
{
border-color: #CBCECF;
}
</style>