Shades of Maverick #C6B2BD
Tints of Maverick #C6B2BD
RGB
CMYK
RGB Variations
Color information
#C6B2BD (or 0xC6B2BD) is known color: Maverick. HEX triplet: C6, B2 and BD. RGB value is (198,178,189). Sum of RGB (Red+Green+Blue) = 198+178+189=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 178 (69.92% from 255 or 31.50% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6B2BD is #394D42. Grayscale: #B9B9B9. Windows color (decimal): -3755331 or 12432070. OLE color: 12432070.
HSL color Cylindrical-coordinate representation of color #C6B2BD: hue angle of 327º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6B2BD is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 178 | 189 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.22 |
| HSL | 327º | 0.15% | 0.74% | - |
| HSV(B) | 327º | 0.1% | 0.78% | - |
| XYZ | 48.39 | 47.52 | 54.77 | - |
| YUV | 185.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 178 | 189 | 0 | 0.10 | 0.05 | 0.22 | 327 | 0.15 | 0.74 |
| Hex | C6 | B2 | BD | 0 | A | 5 | 16 | 147 | F | 4A |
| Octal | 306 | 262 | 275 | 0 | 12 | 5 | 26 | 507 | 17 | 112 |
| Binary | 11000110 | 10110010 | 10111101 | 0 | 1010 | 101 | 10110 | 101000111 | 1111 | 1001010 |
Color Harmonies of #C6B2BD
Complementary color
Monochromatic Colors of #C6B2BD
Black with #C6B2BD
Text Example
Text Example
White with #C6B2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B2BD; }
p { color: rgb(198,178,189); }
H1.HeaderClassName
{
color: #C6B2BD;
}
.AnyTagClassName
{
color: #C6B2BD;
}
</style>
background-color css
<style>
a { background-color: #C6B2BD; }
a { background-color: rgb(198,178,189); }
div.DivClassName
{
background-color: #C6B2BD;
}
.BgClassName
{
background-color: #C6B2BD;
}
</style>
border-color css
<style>
span { border-color: #C6B2BD; }
span { border-color: rgb(198,178,189); }
td.TdClassName
{
border-color: #C6B2BD;
}
.TagClassName
{
border-color: #C6B2BD;
}
</style>