Shades of Maverick #CBA6BF
Tints of Maverick #CBA6BF
RGB
CMYK
RGB Variations
Color information
#CBA6BF (or 0xCBA6BF) is known color: Maverick. HEX triplet: CB, A6 and BF. RGB value is (203,166,191). Sum of RGB (Red+Green+Blue) = 203+166+191=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA6BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA6BF is #345940. Grayscale: #B3B3B3. Windows color (decimal): -3430721 or 12560075. OLE color: 12560075.
HSL color Cylindrical-coordinate representation of color #CBA6BF: hue angle of 319.46º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBA6BF is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 191 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.20 |
| HSL | 319.46º | 0.26% | 0.72% | - |
| HSV(B) | 319.46º | 0.18% | 0.8% | - |
| XYZ | 47.67 | 43.73 | 55.22 | - |
| YUV | 179.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 191 | 0 | 0.18 | 0.06 | 0.20 | 319.46 | 0.26 | 0.72 |
| Hex | CB | A6 | BF | 0 | 12 | 6 | 14 | 13F | 1A | 48 |
| Octal | 313 | 246 | 277 | 0 | 22 | 6 | 24 | 477 | 32 | 110 |
| Binary | 11001011 | 10100110 | 10111111 | 0 | 10010 | 110 | 10100 | 100111111 | 11010 | 1001000 |
Color Harmonies of #CBA6BF
Complementary color
Monochromatic Colors of #CBA6BF
Black with #CBA6BF
Text Example
Text Example
White with #CBA6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA6BF; }
p { color: rgb(203,166,191); }
H1.HeaderClassName
{
color: #CBA6BF;
}
.AnyTagClassName
{
color: #CBA6BF;
}
</style>
background-color css
<style>
a { background-color: #CBA6BF; }
a { background-color: rgb(203,166,191); }
div.DivClassName
{
background-color: #CBA6BF;
}
.BgClassName
{
background-color: #CBA6BF;
}
</style>
border-color css
<style>
span { border-color: #CBA6BF; }
span { border-color: rgb(203,166,191); }
td.TdClassName
{
border-color: #CBA6BF;
}
.TagClassName
{
border-color: #CBA6BF;
}
</style>