Shades of Iron #C8CBCC
Tints of Iron #C8CBCC
RGB
CMYK
RGB Variations
Color information
#C8CBCC (or 0xC8CBCC) is known color: Iron. HEX triplet: C8, CB and CC. RGB value is (200,203,204). Sum of RGB (Red+Green+Blue) = 200+203+204=607 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.95% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 204 - color contains mainly: blue. Hex color #C8CBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CBCC is #373433. Grayscale: #CACACA. Windows color (decimal): -3617844 or 13421512. OLE color: 13421512.
HSL color Cylindrical-coordinate representation of color #C8CBCC: hue angle of 195º degrees, saturation: 0.04, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C8CBCC is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 200 | 203 | 204 | - |
CMYK | 0.02 | 0.00 | 0 | 0.2 |
HSL | 195º | 0.04% | 0.79% | - |
HSV(B) | 195º | 0.02% | 0.8% | - |
XYZ | 56.07 | 59.35 | 65.63 | - |
YUV | 202.22 | 129.01 | 126.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 203 | 204 | 0.02 | 0.00 | 0 | 0.2 | 195 | 0.04 | 0.79 |
Hex | C8 | CB | CC | 2 | 0 | 0 | 14 | C3 | 4 | 4F |
Octal | 310 | 313 | 314 | 2 | 0 | 0 | 24 | 303 | 4 | 117 |
Binary | 11001000 | 11001011 | 11001100 | 10 | 0 | 0 | 10100 | 11000011 | 100 | 1001111 |
Color Harmonies of #C8CBCC
Complementary color
Monochromatic Colors of #C8CBCC
Black with #C8CBCC
Text Example
Text Example
White with #C8CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CBCC; }
p { color: rgb(200,203,204); }
H1.HeaderClassName
{
color: #C8CBCC;
}
.AnyTagClassName
{
color: #C8CBCC;
}
</style>
background-color css
<style>
a { background-color: #C8CBCC; }
a { background-color: rgb(200,203,204); }
div.DivClassName
{
background-color: #C8CBCC;
}
.BgClassName
{
background-color: #C8CBCC;
}
</style>
border-color css
<style>
span { border-color: #C8CBCC; }
span { border-color: rgb(200,203,204); }
td.TdClassName
{
border-color: #C8CBCC;
}
.TagClassName
{
border-color: #C8CBCC;
}
</style>