Shades of Maverick #CBA7BD
Tints of Maverick #CBA7BD
RGB
CMYK
RGB Variations
Color information
#CBA7BD (or 0xCBA7BD) is known color: Maverick. HEX triplet: CB, A7 and BD. RGB value is (203,167,189). Sum of RGB (Red+Green+Blue) = 203+167+189=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 167 (65.62% from 255 or 29.87% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA7BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA7BD is #345842. Grayscale: #B4B4B4. Windows color (decimal): -3430467 or 12429259. OLE color: 12429259.
HSL color Cylindrical-coordinate representation of color #CBA7BD: hue angle of 323.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBA7BD is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 189 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.20 |
| HSL | 323.33º | 0.26% | 0.73% | - |
| HSV(B) | 323.33º | 0.18% | 0.8% | - |
| XYZ | 47.63 | 44.01 | 54.13 | - |
| YUV | 180.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 189 | 0 | 0.18 | 0.07 | 0.20 | 323.33 | 0.26 | 0.73 |
| Hex | CB | A7 | BD | 0 | 12 | 7 | 14 | 143 | 1A | 49 |
| Octal | 313 | 247 | 275 | 0 | 22 | 7 | 24 | 503 | 32 | 111 |
| Binary | 11001011 | 10100111 | 10111101 | 0 | 10010 | 111 | 10100 | 101000011 | 11010 | 1001001 |
Color Harmonies of #CBA7BD
Complementary color
Monochromatic Colors of #CBA7BD
Black with #CBA7BD
Text Example
Text Example
White with #CBA7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA7BD; }
p { color: rgb(203,167,189); }
H1.HeaderClassName
{
color: #CBA7BD;
}
.AnyTagClassName
{
color: #CBA7BD;
}
</style>
background-color css
<style>
a { background-color: #CBA7BD; }
a { background-color: rgb(203,167,189); }
div.DivClassName
{
background-color: #CBA7BD;
}
.BgClassName
{
background-color: #CBA7BD;
}
</style>
border-color css
<style>
span { border-color: #CBA7BD; }
span { border-color: rgb(203,167,189); }
td.TdClassName
{
border-color: #CBA7BD;
}
.TagClassName
{
border-color: #CBA7BD;
}
</style>