Shades of Maverick #C6B9C4
Tints of Maverick #C6B9C4
RGB
CMYK
RGB Variations
Color information
#C6B9C4 (or 0xC6B9C4) is known color: Maverick. HEX triplet: C6, B9 and C4. RGB value is (198,185,196). Sum of RGB (Red+Green+Blue) = 198+185+196=579 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.20% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 196 (76.95% from 255 or 33.85% from 579); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B9C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B9C4 is #39463B. Grayscale: #BEBEBE. Windows color (decimal): -3753532 or 12892614. OLE color: 12892614.
HSL color Cylindrical-coordinate representation of color #C6B9C4: hue angle of 309.23º degrees, saturation: 0.1, 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 #C6B9C4 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 185 | 196 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.22 |
| HSL | 309.23º | 0.1% | 0.75% | - |
| HSV(B) | 309.23º | 0.07% | 0.78% | - |
| XYZ | 50.6 | 50.69 | 59.34 | - |
| YUV | 190.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 185 | 196 | 0 | 0.07 | 0.01 | 0.22 | 309.23 | 0.1 | 0.75 |
| Hex | C6 | B9 | C4 | 0 | 7 | 1 | 16 | 135 | A | 4B |
| Octal | 306 | 271 | 304 | 0 | 7 | 1 | 26 | 465 | 12 | 113 |
| Binary | 11000110 | 10111001 | 11000100 | 0 | 111 | 1 | 10110 | 100110101 | 1010 | 1001011 |
Color Harmonies of #C6B9C4
Complementary color
Monochromatic Colors of #C6B9C4
Black with #C6B9C4
Text Example
Text Example
White with #C6B9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B9C4; }
p { color: rgb(198,185,196); }
H1.HeaderClassName
{
color: #C6B9C4;
}
.AnyTagClassName
{
color: #C6B9C4;
}
</style>
background-color css
<style>
a { background-color: #C6B9C4; }
a { background-color: rgb(198,185,196); }
div.DivClassName
{
background-color: #C6B9C4;
}
.BgClassName
{
background-color: #C6B9C4;
}
</style>
border-color css
<style>
span { border-color: #C6B9C4; }
span { border-color: rgb(198,185,196); }
td.TdClassName
{
border-color: #C6B9C4;
}
.TagClassName
{
border-color: #C6B9C4;
}
</style>