Shades of Maverick #C6B8C3
Tints of Maverick #C6B8C3
RGB
CMYK
RGB Variations
Color information
#C6B8C3 (or 0xC6B8C3) is known color: Maverick. HEX triplet: C6, B8 and C3. RGB value is (198,184,195). Sum of RGB (Red+Green+Blue) = 198+184+195=577 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.32% from 577); Green value is 184 (72.27% from 255 or 31.89% from 577); Blue value is 195 (76.56% from 255 or 33.80% from 577); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B8C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B8C3 is #39473C. Grayscale: #BDBDBD. Windows color (decimal): -3753789 or 12826822. OLE color: 12826822.
HSL color Cylindrical-coordinate representation of color #C6B8C3: hue angle of 312.86º degrees, saturation: 0.11, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C6B8C3 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 184 | 195 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.22 |
| HSL | 312.86º | 0.11% | 0.75% | - |
| HSV(B) | 312.86º | 0.07% | 0.78% | - |
| XYZ | 50.28 | 50.23 | 58.67 | - |
| YUV | 189.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 184 | 195 | 0 | 0.07 | 0.02 | 0.22 | 312.86 | 0.11 | 0.75 |
| Hex | C6 | B8 | C3 | 0 | 7 | 2 | 16 | 139 | B | 4B |
| Octal | 306 | 270 | 303 | 0 | 7 | 2 | 26 | 471 | 13 | 113 |
| Binary | 11000110 | 10111000 | 11000011 | 0 | 111 | 10 | 10110 | 100111001 | 1011 | 1001011 |
Color Harmonies of #C6B8C3
Complementary color
Monochromatic Colors of #C6B8C3
Black with #C6B8C3
Text Example
Text Example
White with #C6B8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B8C3; }
p { color: rgb(198,184,195); }
H1.HeaderClassName
{
color: #C6B8C3;
}
.AnyTagClassName
{
color: #C6B8C3;
}
</style>
background-color css
<style>
a { background-color: #C6B8C3; }
a { background-color: rgb(198,184,195); }
div.DivClassName
{
background-color: #C6B8C3;
}
.BgClassName
{
background-color: #C6B8C3;
}
</style>
border-color css
<style>
span { border-color: #C6B8C3; }
span { border-color: rgb(198,184,195); }
td.TdClassName
{
border-color: #C6B8C3;
}
.TagClassName
{
border-color: #C6B8C3;
}
</style>