Shades of Maverick #CBA8C1
Tints of Maverick #CBA8C1
RGB
CMYK
RGB Variations
Color information
#CBA8C1 (or 0xCBA8C1) is known color: Maverick. HEX triplet: CB, A8 and C1. RGB value is (203,168,193). Sum of RGB (Red+Green+Blue) = 203+168+193=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 168 (66.02% from 255 or 29.79% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA8C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA8C1 is #34573E. Grayscale: #B5B5B5. Windows color (decimal): -3430207 or 12691659. OLE color: 12691659.
HSL color Cylindrical-coordinate representation of color #CBA8C1: hue angle of 317.14º 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 #CBA8C1 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 193 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.20 |
| HSL | 317.14º | 0.25% | 0.73% | - |
| HSV(B) | 317.14º | 0.17% | 0.8% | - |
| XYZ | 48.26 | 44.55 | 56.51 | - |
| YUV | 181.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 193 | 0 | 0.17 | 0.05 | 0.20 | 317.14 | 0.25 | 0.73 |
| Hex | CB | A8 | C1 | 0 | 11 | 5 | 14 | 13D | 19 | 49 |
| Octal | 313 | 250 | 301 | 0 | 21 | 5 | 24 | 475 | 31 | 111 |
| Binary | 11001011 | 10101000 | 11000001 | 0 | 10001 | 101 | 10100 | 100111101 | 11001 | 1001001 |
Color Harmonies of #CBA8C1
Complementary color
Monochromatic Colors of #CBA8C1
Black with #CBA8C1
Text Example
Text Example
White with #CBA8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA8C1; }
p { color: rgb(203,168,193); }
H1.HeaderClassName
{
color: #CBA8C1;
}
.AnyTagClassName
{
color: #CBA8C1;
}
</style>
background-color css
<style>
a { background-color: #CBA8C1; }
a { background-color: rgb(203,168,193); }
div.DivClassName
{
background-color: #CBA8C1;
}
.BgClassName
{
background-color: #CBA8C1;
}
</style>
border-color css
<style>
span { border-color: #CBA8C1; }
span { border-color: rgb(203,168,193); }
td.TdClassName
{
border-color: #CBA8C1;
}
.TagClassName
{
border-color: #CBA8C1;
}
</style>