Shades of Maverick #C6B8C1
Tints of Maverick #C6B8C1
RGB
CMYK
RGB Variations
Color information
#C6B8C1 (or 0xC6B8C1) is known color: Maverick. HEX triplet: C6, B8 and C1. RGB value is (198,184,193). Sum of RGB (Red+Green+Blue) = 198+184+193=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 184 (72.27% from 255 or 32% from 575); Blue value is 193 (75.78% from 255 or 33.57% from 575); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B8C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B8C1 is #39473E. Grayscale: #BDBDBD. Windows color (decimal): -3753791 or 12695750. OLE color: 12695750.
HSL color Cylindrical-coordinate representation of color #C6B8C1: hue angle of 321.43º 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 #C6B8C1 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 184 | 193 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.22 |
| HSL | 321.43º | 0.11% | 0.75% | - |
| HSV(B) | 321.43º | 0.07% | 0.78% | - |
| XYZ | 50.05 | 50.14 | 57.49 | - |
| YUV | 189.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 184 | 193 | 0 | 0.07 | 0.03 | 0.22 | 321.43 | 0.11 | 0.75 |
| Hex | C6 | B8 | C1 | 0 | 7 | 3 | 16 | 141 | B | 4B |
| Octal | 306 | 270 | 301 | 0 | 7 | 3 | 26 | 501 | 13 | 113 |
| Binary | 11000110 | 10111000 | 11000001 | 0 | 111 | 11 | 10110 | 101000001 | 1011 | 1001011 |
Color Harmonies of #C6B8C1
Complementary color
Monochromatic Colors of #C6B8C1
Black with #C6B8C1
Text Example
Text Example
White with #C6B8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B8C1; }
p { color: rgb(198,184,193); }
H1.HeaderClassName
{
color: #C6B8C1;
}
.AnyTagClassName
{
color: #C6B8C1;
}
</style>
background-color css
<style>
a { background-color: #C6B8C1; }
a { background-color: rgb(198,184,193); }
div.DivClassName
{
background-color: #C6B8C1;
}
.BgClassName
{
background-color: #C6B8C1;
}
</style>
border-color css
<style>
span { border-color: #C6B8C1; }
span { border-color: rgb(198,184,193); }
td.TdClassName
{
border-color: #C6B8C1;
}
.TagClassName
{
border-color: #C6B8C1;
}
</style>