Shades of Maverick #CBACC0
Tints of Maverick #CBACC0
RGB
CMYK
RGB Variations
Color information
#CBACC0 (or 0xCBACC0) is known color: Maverick. HEX triplet: CB, AC and C0. RGB value is (203,172,192). Sum of RGB (Red+Green+Blue) = 203+172+192=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 203 - color contains mainly: red. Hex color #CBACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACC0 is #34533F. Grayscale: #B7B7B7. Windows color (decimal): -3429184 or 12627147. OLE color: 12627147.
HSL color Cylindrical-coordinate representation of color #CBACC0: hue angle of 321.29º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBACC0 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 172 | 192 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.20 |
| HSL | 321.29º | 0.23% | 0.74% | - |
| HSV(B) | 321.29º | 0.15% | 0.8% | - |
| XYZ | 48.9 | 46.01 | 56.17 | - |
| YUV | 183.55 | 132.77 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 192 | 0 | 0.15 | 0.05 | 0.20 | 321.29 | 0.23 | 0.74 |
| Hex | CB | AC | C0 | 0 | F | 5 | 14 | 141 | 17 | 4A |
| Octal | 313 | 254 | 300 | 0 | 17 | 5 | 24 | 501 | 27 | 112 |
| Binary | 11001011 | 10101100 | 11000000 | 0 | 1111 | 101 | 10100 | 101000001 | 10111 | 1001010 |
Color Harmonies of #CBACC0
Complementary color
Monochromatic Colors of #CBACC0
Black with #CBACC0
Text Example
Text Example
White with #CBACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBACC0; }
p { color: rgb(203,172,192); }
H1.HeaderClassName
{
color: #CBACC0;
}
.AnyTagClassName
{
color: #CBACC0;
}
</style>
background-color css
<style>
a { background-color: #CBACC0; }
a { background-color: rgb(203,172,192); }
div.DivClassName
{
background-color: #CBACC0;
}
.BgClassName
{
background-color: #CBACC0;
}
</style>
border-color css
<style>
span { border-color: #CBACC0; }
span { border-color: rgb(203,172,192); }
td.TdClassName
{
border-color: #CBACC0;
}
.TagClassName
{
border-color: #CBACC0;
}
</style>