Shades of Maverick #CBA7BC
Tints of Maverick #CBA7BC
RGB
CMYK
RGB Variations
Color information
#CBA7BC (or 0xCBA7BC) is known color: Maverick. HEX triplet: CB, A7 and BC. RGB value is (203,167,188). Sum of RGB (Red+Green+Blue) = 203+167+188=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 167 (65.62% from 255 or 29.93% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA7BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA7BC is #345843. Grayscale: #B4B4B4. Windows color (decimal): -3430468 or 12363723. OLE color: 12363723.
HSL color Cylindrical-coordinate representation of color #CBA7BC: hue angle of 325º 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 #CBA7BC is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 188 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.20 |
| HSL | 325º | 0.26% | 0.73% | - |
| HSV(B) | 325º | 0.18% | 0.8% | - |
| XYZ | 47.52 | 43.96 | 53.56 | - |
| YUV | 180.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 188 | 0 | 0.18 | 0.07 | 0.20 | 325 | 0.26 | 0.73 |
| Hex | CB | A7 | BC | 0 | 12 | 7 | 14 | 145 | 1A | 49 |
| Octal | 313 | 247 | 274 | 0 | 22 | 7 | 24 | 505 | 32 | 111 |
| Binary | 11001011 | 10100111 | 10111100 | 0 | 10010 | 111 | 10100 | 101000101 | 11010 | 1001001 |
Color Harmonies of #CBA7BC
Complementary color
Monochromatic Colors of #CBA7BC
Black with #CBA7BC
Text Example
Text Example
White with #CBA7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA7BC; }
p { color: rgb(203,167,188); }
H1.HeaderClassName
{
color: #CBA7BC;
}
.AnyTagClassName
{
color: #CBA7BC;
}
</style>
background-color css
<style>
a { background-color: #CBA7BC; }
a { background-color: rgb(203,167,188); }
div.DivClassName
{
background-color: #CBA7BC;
}
.BgClassName
{
background-color: #CBA7BC;
}
</style>
border-color css
<style>
span { border-color: #CBA7BC; }
span { border-color: rgb(203,167,188); }
td.TdClassName
{
border-color: #CBA7BC;
}
.TagClassName
{
border-color: #CBA7BC;
}
</style>