Shades of Maverick #CB9FC1
Tints of Maverick #CB9FC1
RGB
CMYK
RGB Variations
Color information
#CB9FC1 (or 0xCB9FC1) is known color: Maverick. HEX triplet: CB, 9F and C1. RGB value is (203,159,193). Sum of RGB (Red+Green+Blue) = 203+159+193=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9FC1 is #34603E. Grayscale: #AFAFAF. Windows color (decimal): -3432511 or 12689355. OLE color: 12689355.
HSL color Cylindrical-coordinate representation of color #CB9FC1: hue angle of 313.64º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CB9FC1 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 159 | 193 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.20 |
| HSL | 313.64º | 0.3% | 0.71% | - |
| HSV(B) | 313.64º | 0.22% | 0.8% | - |
| XYZ | 46.65 | 41.34 | 55.97 | - |
| YUV | 176.03 | 137.58 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 193 | 0 | 0.22 | 0.05 | 0.20 | 313.64 | 0.3 | 0.71 |
| Hex | CB | 9F | C1 | 0 | 16 | 5 | 14 | 13A | 1E | 47 |
| Octal | 313 | 237 | 301 | 0 | 26 | 5 | 24 | 472 | 36 | 107 |
| Binary | 11001011 | 10011111 | 11000001 | 0 | 10110 | 101 | 10100 | 100111010 | 11110 | 1000111 |
Color Harmonies of #CB9FC1
Complementary color
Monochromatic Colors of #CB9FC1
Black with #CB9FC1
Text Example
Text Example
White with #CB9FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9FC1; }
p { color: rgb(203,159,193); }
H1.HeaderClassName
{
color: #CB9FC1;
}
.AnyTagClassName
{
color: #CB9FC1;
}
</style>
background-color css
<style>
a { background-color: #CB9FC1; }
a { background-color: rgb(203,159,193); }
div.DivClassName
{
background-color: #CB9FC1;
}
.BgClassName
{
background-color: #CB9FC1;
}
</style>
border-color css
<style>
span { border-color: #CB9FC1; }
span { border-color: rgb(203,159,193); }
td.TdClassName
{
border-color: #CB9FC1;
}
.TagClassName
{
border-color: #CB9FC1;
}
</style>