Shades of Maverick #CBABC3
Tints of Maverick #CBABC3
RGB
CMYK
RGB Variations
Color information
#CBABC3 (or 0xCBABC3) is known color: Maverick. HEX triplet: CB, AB and C3. RGB value is (203,171,195). Sum of RGB (Red+Green+Blue) = 203+171+195=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 195 (76.56% from 255 or 34.27% from 569); Max value from RGB is 203 - color contains mainly: red. Hex color #CBABC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABC3 is #34543C. Grayscale: #B7B7B7. Windows color (decimal): -3429437 or 12823499. OLE color: 12823499.
HSL color Cylindrical-coordinate representation of color #CBABC3: hue angle of 315º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBABC3 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 195 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.20 |
| HSL | 315º | 0.24% | 0.73% | - |
| HSV(B) | 315º | 0.16% | 0.8% | - |
| XYZ | 49.04 | 45.76 | 57.88 | - |
| YUV | 183.3 | 134.6 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 195 | 0 | 0.16 | 0.04 | 0.20 | 315 | 0.24 | 0.73 |
| Hex | CB | AB | C3 | 0 | 10 | 4 | 14 | 13B | 18 | 49 |
| Octal | 313 | 253 | 303 | 0 | 20 | 4 | 24 | 473 | 30 | 111 |
| Binary | 11001011 | 10101011 | 11000011 | 0 | 10000 | 100 | 10100 | 100111011 | 11000 | 1001001 |
Color Harmonies of #CBABC3
Complementary color
Monochromatic Colors of #CBABC3
Black with #CBABC3
Text Example
Text Example
White with #CBABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBABC3; }
p { color: rgb(203,171,195); }
H1.HeaderClassName
{
color: #CBABC3;
}
.AnyTagClassName
{
color: #CBABC3;
}
</style>
background-color css
<style>
a { background-color: #CBABC3; }
a { background-color: rgb(203,171,195); }
div.DivClassName
{
background-color: #CBABC3;
}
.BgClassName
{
background-color: #CBABC3;
}
</style>
border-color css
<style>
span { border-color: #CBABC3; }
span { border-color: rgb(203,171,195); }
td.TdClassName
{
border-color: #CBABC3;
}
.TagClassName
{
border-color: #CBABC3;
}
</style>