Shades of Maverick #CB9FC0
Tints of Maverick #CB9FC0
RGB
CMYK
RGB Variations
Color information
#CB9FC0 (or 0xCB9FC0) is known color: Maverick. HEX triplet: CB, 9F and C0. RGB value is (203,159,192). Sum of RGB (Red+Green+Blue) = 203+159+192=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9FC0 is #34603F. Grayscale: #AFAFAF. Windows color (decimal): -3432512 or 12623819. OLE color: 12623819.
HSL color Cylindrical-coordinate representation of color #CB9FC0: hue angle of 315º 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 #CB9FC0 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 159 | 192 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.20 |
| HSL | 315º | 0.3% | 0.71% | - |
| HSV(B) | 315º | 0.22% | 0.8% | - |
| XYZ | 46.54 | 41.3 | 55.39 | - |
| YUV | 175.92 | 137.08 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 192 | 0 | 0.22 | 0.05 | 0.20 | 315 | 0.3 | 0.71 |
| Hex | CB | 9F | C0 | 0 | 16 | 5 | 14 | 13B | 1E | 47 |
| Octal | 313 | 237 | 300 | 0 | 26 | 5 | 24 | 473 | 36 | 107 |
| Binary | 11001011 | 10011111 | 11000000 | 0 | 10110 | 101 | 10100 | 100111011 | 11110 | 1000111 |
Color Harmonies of #CB9FC0
Complementary color
Monochromatic Colors of #CB9FC0
Black with #CB9FC0
Text Example
Text Example
White with #CB9FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9FC0; }
p { color: rgb(203,159,192); }
H1.HeaderClassName
{
color: #CB9FC0;
}
.AnyTagClassName
{
color: #CB9FC0;
}
</style>
background-color css
<style>
a { background-color: #CB9FC0; }
a { background-color: rgb(203,159,192); }
div.DivClassName
{
background-color: #CB9FC0;
}
.BgClassName
{
background-color: #CB9FC0;
}
</style>
border-color css
<style>
span { border-color: #CB9FC0; }
span { border-color: rgb(203,159,192); }
td.TdClassName
{
border-color: #CB9FC0;
}
.TagClassName
{
border-color: #CB9FC0;
}
</style>