Shades of Maverick #CBA8BB
Tints of Maverick #CBA8BB
RGB
CMYK
RGB Variations
Color information
#CBA8BB (or 0xCBA8BB) is known color: Maverick. HEX triplet: CB, A8 and BB. RGB value is (203,168,187). Sum of RGB (Red+Green+Blue) = 203+168+187=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 168 (66.02% from 255 or 30.11% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA8BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA8BB is #345744. Grayscale: #B4B4B4. Windows color (decimal): -3430213 or 12298443. OLE color: 12298443.
HSL color Cylindrical-coordinate representation of color #CBA8BB: hue angle of 327.43º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBA8BB is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 187 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.20 |
| HSL | 327.43º | 0.25% | 0.73% | - |
| HSV(B) | 327.43º | 0.17% | 0.8% | - |
| XYZ | 47.6 | 44.29 | 53.05 | - |
| YUV | 180.63 | 131.6 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 187 | 0 | 0.17 | 0.08 | 0.20 | 327.43 | 0.25 | 0.73 |
| Hex | CB | A8 | BB | 0 | 11 | 8 | 14 | 147 | 19 | 49 |
| Octal | 313 | 250 | 273 | 0 | 21 | 10 | 24 | 507 | 31 | 111 |
| Binary | 11001011 | 10101000 | 10111011 | 0 | 10001 | 1000 | 10100 | 101000111 | 11001 | 1001001 |
Color Harmonies of #CBA8BB
Complementary color
Monochromatic Colors of #CBA8BB
Black with #CBA8BB
Text Example
Text Example
White with #CBA8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA8BB; }
p { color: rgb(203,168,187); }
H1.HeaderClassName
{
color: #CBA8BB;
}
.AnyTagClassName
{
color: #CBA8BB;
}
</style>
background-color css
<style>
a { background-color: #CBA8BB; }
a { background-color: rgb(203,168,187); }
div.DivClassName
{
background-color: #CBA8BB;
}
.BgClassName
{
background-color: #CBA8BB;
}
</style>
border-color css
<style>
span { border-color: #CBA8BB; }
span { border-color: rgb(203,168,187); }
td.TdClassName
{
border-color: #CBA8BB;
}
.TagClassName
{
border-color: #CBA8BB;
}
</style>