Shades of Iron #CBCFD0
Tints of Iron #CBCFD0
RGB
CMYK
RGB Variations
Color information
#CBCFD0 (or 0xCBCFD0) is known color: Iron. HEX triplet: CB, CF and D0. RGB value is (203,207,208). Sum of RGB (Red+Green+Blue) = 203+207+208=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 208 - color contains mainly: blue. Hex color #CBCFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCFD0 is #34302F. Grayscale: #CDCDCD. Windows color (decimal): -3420208 or 13684683. OLE color: 13684683.
HSL color Cylindrical-coordinate representation of color #CBCFD0: hue angle of 192º degrees, saturation: 0.05, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CBCFD0 is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 203 | 207 | 208 | - |
CMYK | 0.02 | 0.00 | 0 | 0.18 |
HSL | 192º | 0.05% | 0.81% | - |
HSV(B) | 192º | 0.02% | 0.82% | - |
XYZ | 58.33 | 61.88 | 68.54 | - |
YUV | 205.92 | 129.17 | 125.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 207 | 208 | 0.02 | 0.00 | 0 | 0.18 | 192 | 0.05 | 0.81 |
Hex | CB | CF | D0 | 2 | 0 | 0 | 12 | C0 | 5 | 51 |
Octal | 313 | 317 | 320 | 2 | 0 | 0 | 22 | 300 | 5 | 121 |
Binary | 11001011 | 11001111 | 11010000 | 10 | 0 | 0 | 10010 | 11000000 | 101 | 1010001 |
Color Harmonies of #CBCFD0
Complementary color
Monochromatic Colors of #CBCFD0
Black with #CBCFD0
Text Example
Text Example
White with #CBCFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCFD0; }
p { color: rgb(203,207,208); }
H1.HeaderClassName
{
color: #CBCFD0;
}
.AnyTagClassName
{
color: #CBCFD0;
}
</style>
background-color css
<style>
a { background-color: #CBCFD0; }
a { background-color: rgb(203,207,208); }
div.DivClassName
{
background-color: #CBCFD0;
}
.BgClassName
{
background-color: #CBCFD0;
}
</style>
border-color css
<style>
span { border-color: #CBCFD0; }
span { border-color: rgb(203,207,208); }
td.TdClassName
{
border-color: #CBCFD0;
}
.TagClassName
{
border-color: #CBCFD0;
}
</style>