Shades of Chrome White #C6C3B6
Tints of Chrome White #C6C3B6
RGB
CMYK
RGB Variations
Color information
#C6C3B6 (or 0xC6C3B6) is known color: Chrome White. HEX triplet: C6, C3 and B6. RGB value is (198,195,182). Sum of RGB (Red+Green+Blue) = 198+195+182=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 195 (76.56% from 255 or 33.91% from 575); Blue value is 182 (71.48% from 255 or 31.65% from 575); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C3B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C3B6 is #393C49. Grayscale: #C2C2C2. Windows color (decimal): -3750986 or 11977670. OLE color: 11977670.
HSL color Cylindrical-coordinate representation of color #C6C3B6: hue angle of 48.75º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C6C3B6 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 195 | 182 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.22 |
| HSL | 48.75º | 0.12% | 0.75% | - |
| HSV(B) | 48.75º | 0.08% | 0.78% | - |
| XYZ | 51.25 | 54.41 | 52.06 | - |
| YUV | 194.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 195 | 182 | 0 | 0.02 | 0.08 | 0.22 | 48.75 | 0.12 | 0.75 |
| Hex | C6 | C3 | B6 | 0 | 2 | 8 | 16 | 31 | C | 4B |
| Octal | 306 | 303 | 266 | 0 | 2 | 10 | 26 | 61 | 14 | 113 |
| Binary | 11000110 | 11000011 | 10110110 | 0 | 10 | 1000 | 10110 | 110001 | 1100 | 1001011 |
Color Harmonies of #C6C3B6
Complementary color
Monochromatic Colors of #C6C3B6
Black with #C6C3B6
Text Example
Text Example
White with #C6C3B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C3B6; }
p { color: rgb(198,195,182); }
H1.HeaderClassName
{
color: #C6C3B6;
}
.AnyTagClassName
{
color: #C6C3B6;
}
</style>
background-color css
<style>
a { background-color: #C6C3B6; }
a { background-color: rgb(198,195,182); }
div.DivClassName
{
background-color: #C6C3B6;
}
.BgClassName
{
background-color: #C6C3B6;
}
</style>
border-color css
<style>
span { border-color: #C6C3B6; }
span { border-color: rgb(198,195,182); }
td.TdClassName
{
border-color: #C6C3B6;
}
.TagClassName
{
border-color: #C6C3B6;
}
</style>