Shades of Maverick #CBA4BD
Tints of Maverick #CBA4BD
RGB
CMYK
RGB Variations
Color information
#CBA4BD (or 0xCBA4BD) is known color: Maverick. HEX triplet: CB, A4 and BD. RGB value is (203,164,189). Sum of RGB (Red+Green+Blue) = 203+164+189=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 164 (64.45% from 255 or 29.50% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA4BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA4BD is #345B42. Grayscale: #B2B2B2. Windows color (decimal): -3431235 or 12428491. OLE color: 12428491.
HSL color Cylindrical-coordinate representation of color #CBA4BD: hue angle of 321.54º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBA4BD is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 189 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.20 |
| HSL | 321.54º | 0.27% | 0.72% | - |
| HSV(B) | 321.54º | 0.19% | 0.8% | - |
| XYZ | 47.09 | 42.92 | 53.95 | - |
| YUV | 178.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 189 | 0 | 0.19 | 0.07 | 0.20 | 321.54 | 0.27 | 0.72 |
| Hex | CB | A4 | BD | 0 | 13 | 7 | 14 | 142 | 1B | 48 |
| Octal | 313 | 244 | 275 | 0 | 23 | 7 | 24 | 502 | 33 | 110 |
| Binary | 11001011 | 10100100 | 10111101 | 0 | 10011 | 111 | 10100 | 101000010 | 11011 | 1001000 |
Color Harmonies of #CBA4BD
Complementary color
Monochromatic Colors of #CBA4BD
Black with #CBA4BD
Text Example
Text Example
White with #CBA4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA4BD; }
p { color: rgb(203,164,189); }
H1.HeaderClassName
{
color: #CBA4BD;
}
.AnyTagClassName
{
color: #CBA4BD;
}
</style>
background-color css
<style>
a { background-color: #CBA4BD; }
a { background-color: rgb(203,164,189); }
div.DivClassName
{
background-color: #CBA4BD;
}
.BgClassName
{
background-color: #CBA4BD;
}
</style>
border-color css
<style>
span { border-color: #CBA4BD; }
span { border-color: rgb(203,164,189); }
td.TdClassName
{
border-color: #CBA4BD;
}
.TagClassName
{
border-color: #CBA4BD;
}
</style>