Shades of Maverick #C9B3C4
Tints of Maverick #C9B3C4
RGB
CMYK
RGB Variations
Color information
#C9B3C4 (or 0xC9B3C4) is known color: Maverick. HEX triplet: C9, B3 and C4. RGB value is (201,179,196). Sum of RGB (Red+Green+Blue) = 201+179+196=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 179 (70.31% from 255 or 31.08% from 576); Blue value is 196 (76.95% from 255 or 34.03% from 576); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B3C4 is #364C3B. Grayscale: #BBBBBB. Windows color (decimal): -3558460 or 12891081. OLE color: 12891081.
HSL color Cylindrical-coordinate representation of color #C9B3C4: hue angle of 313.64º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9B3C4 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 179 | 196 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.21 |
| HSL | 313.64º | 0.17% | 0.75% | - |
| HSV(B) | 313.64º | 0.11% | 0.79% | - |
| XYZ | 50.17 | 48.64 | 58.97 | - |
| YUV | 187.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 179 | 196 | 0 | 0.11 | 0.02 | 0.21 | 313.64 | 0.17 | 0.75 |
| Hex | C9 | B3 | C4 | 0 | B | 2 | 15 | 13A | 11 | 4B |
| Octal | 311 | 263 | 304 | 0 | 13 | 2 | 25 | 472 | 21 | 113 |
| Binary | 11001001 | 10110011 | 11000100 | 0 | 1011 | 10 | 10101 | 100111010 | 10001 | 1001011 |
Color Harmonies of #C9B3C4
Complementary color
Monochromatic Colors of #C9B3C4
Black with #C9B3C4
Text Example
Text Example
White with #C9B3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B3C4; }
p { color: rgb(201,179,196); }
H1.HeaderClassName
{
color: #C9B3C4;
}
.AnyTagClassName
{
color: #C9B3C4;
}
</style>
background-color css
<style>
a { background-color: #C9B3C4; }
a { background-color: rgb(201,179,196); }
div.DivClassName
{
background-color: #C9B3C4;
}
.BgClassName
{
background-color: #C9B3C4;
}
</style>
border-color css
<style>
span { border-color: #C9B3C4; }
span { border-color: rgb(201,179,196); }
td.TdClassName
{
border-color: #C9B3C4;
}
.TagClassName
{
border-color: #C9B3C4;
}
</style>