Shades of Chrome White #C8C6BA
Tints of Chrome White #C8C6BA
RGB
CMYK
RGB Variations
Color information
#C8C6BA (or 0xC8C6BA) is known color: Chrome White. HEX triplet: C8, C6 and BA. RGB value is (200,198,186). Sum of RGB (Red+Green+Blue) = 200+198+186=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 198 (77.73% from 255 or 33.90% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C6BA is #373945. Grayscale: #C5C5C5. Windows color (decimal): -3619142 or 12240584. OLE color: 12240584.
HSL color Cylindrical-coordinate representation of color #C8C6BA: hue angle of 51.43º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8C6BA is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 198 | 186 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.22 |
| HSL | 51.43º | 0.11% | 0.76% | - |
| HSV(B) | 51.43º | 0.07% | 0.78% | - |
| XYZ | 52.88 | 56.21 | 54.52 | - |
| YUV | 197.23 | 121.66 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 198 | 186 | 0 | 0.01 | 0.07 | 0.22 | 51.43 | 0.11 | 0.76 |
| Hex | C8 | C6 | BA | 0 | 1 | 7 | 16 | 33 | B | 4C |
| Octal | 310 | 306 | 272 | 0 | 1 | 7 | 26 | 63 | 13 | 114 |
| Binary | 11001000 | 11000110 | 10111010 | 0 | 1 | 111 | 10110 | 110011 | 1011 | 1001100 |
Color Harmonies of #C8C6BA
Complementary color
Monochromatic Colors of #C8C6BA
Black with #C8C6BA
Text Example
Text Example
White with #C8C6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C6BA; }
p { color: rgb(200,198,186); }
H1.HeaderClassName
{
color: #C8C6BA;
}
.AnyTagClassName
{
color: #C8C6BA;
}
</style>
background-color css
<style>
a { background-color: #C8C6BA; }
a { background-color: rgb(200,198,186); }
div.DivClassName
{
background-color: #C8C6BA;
}
.BgClassName
{
background-color: #C8C6BA;
}
</style>
border-color css
<style>
span { border-color: #C8C6BA; }
span { border-color: rgb(200,198,186); }
td.TdClassName
{
border-color: #C8C6BA;
}
.TagClassName
{
border-color: #C8C6BA;
}
</style>