Shades of Chrome White #C8C6B6
Tints of Chrome White #C8C6B6
RGB
CMYK
RGB Variations
Color information
#C8C6B6 (or 0xC8C6B6) is known color: Chrome White. HEX triplet: C8, C6 and B6. RGB value is (200,198,182). Sum of RGB (Red+Green+Blue) = 200+198+182=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 198 (77.73% from 255 or 34.14% from 580); Blue value is 182 (71.48% from 255 or 31.38% from 580); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C6B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C6B6 is #373949. Grayscale: #C4C4C4. Windows color (decimal): -3619146 or 11978440. OLE color: 11978440.
HSL color Cylindrical-coordinate representation of color #C8C6B6: hue angle of 53.33º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8C6B6 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 198 | 182 | - |
CMYK | 0 | 0.01 | 0.09 | 0.22 |
HSL | 53.33º | 0.14% | 0.75% | - |
HSV(B) | 53.33º | 0.09% | 0.78% | - |
XYZ | 52.46 | 56.04 | 52.31 | - |
YUV | 196.77 | 119.66 | 130.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 198 | 182 | 0 | 0.01 | 0.09 | 0.22 | 53.33 | 0.14 | 0.75 |
Hex | C8 | C6 | B6 | 0 | 1 | 9 | 16 | 35 | E | 4B |
Octal | 310 | 306 | 266 | 0 | 1 | 11 | 26 | 65 | 16 | 113 |
Binary | 11001000 | 11000110 | 10110110 | 0 | 1 | 1001 | 10110 | 110101 | 1110 | 1001011 |
Color Harmonies of #C8C6B6
Complementary color
Monochromatic Colors of #C8C6B6
Black with #C8C6B6
Text Example
Text Example
White with #C8C6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C6B6; }
p { color: rgb(200,198,182); }
H1.HeaderClassName
{
color: #C8C6B6;
}
.AnyTagClassName
{
color: #C8C6B6;
}
</style>
background-color css
<style>
a { background-color: #C8C6B6; }
a { background-color: rgb(200,198,182); }
div.DivClassName
{
background-color: #C8C6B6;
}
.BgClassName
{
background-color: #C8C6B6;
}
</style>
border-color css
<style>
span { border-color: #C8C6B6; }
span { border-color: rgb(200,198,182); }
td.TdClassName
{
border-color: #C8C6B6;
}
.TagClassName
{
border-color: #C8C6B6;
}
</style>