Shades of Maverick #CBA5BD
Tints of Maverick #CBA5BD
RGB
CMYK
RGB Variations
Color information
#CBA5BD (or 0xCBA5BD) is known color: Maverick. HEX triplet: CB, A5 and BD. RGB value is (203,165,189). Sum of RGB (Red+Green+Blue) = 203+165+189=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 165 (64.84% from 255 or 29.62% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA5BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA5BD is #345A42. Grayscale: #B3B3B3. Windows color (decimal): -3430979 or 12428747. OLE color: 12428747.
HSL color Cylindrical-coordinate representation of color #CBA5BD: hue angle of 322.11º 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 #CBA5BD is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 165 | 189 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.20 |
| HSL | 322.11º | 0.27% | 0.72% | - |
| HSV(B) | 322.11º | 0.19% | 0.8% | - |
| XYZ | 47.27 | 43.28 | 54.01 | - |
| YUV | 179.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 189 | 0 | 0.19 | 0.07 | 0.20 | 322.11 | 0.27 | 0.72 |
| Hex | CB | A5 | BD | 0 | 13 | 7 | 14 | 142 | 1B | 48 |
| Octal | 313 | 245 | 275 | 0 | 23 | 7 | 24 | 502 | 33 | 110 |
| Binary | 11001011 | 10100101 | 10111101 | 0 | 10011 | 111 | 10100 | 101000010 | 11011 | 1001000 |
Color Harmonies of #CBA5BD
Complementary color
Monochromatic Colors of #CBA5BD
Black with #CBA5BD
Text Example
Text Example
White with #CBA5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA5BD; }
p { color: rgb(203,165,189); }
H1.HeaderClassName
{
color: #CBA5BD;
}
.AnyTagClassName
{
color: #CBA5BD;
}
</style>
background-color css
<style>
a { background-color: #CBA5BD; }
a { background-color: rgb(203,165,189); }
div.DivClassName
{
background-color: #CBA5BD;
}
.BgClassName
{
background-color: #CBA5BD;
}
</style>
border-color css
<style>
span { border-color: #CBA5BD; }
span { border-color: rgb(203,165,189); }
td.TdClassName
{
border-color: #CBA5BD;
}
.TagClassName
{
border-color: #CBA5BD;
}
</style>