Shades of Maverick #CBA3BF
Tints of Maverick #CBA3BF
RGB
CMYK
RGB Variations
Color information
#CBA3BF (or 0xCBA3BF) is known color: Maverick. HEX triplet: CB, A3 and BF. RGB value is (203,163,191). Sum of RGB (Red+Green+Blue) = 203+163+191=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 163 (64.06% from 255 or 29.26% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA3BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA3BF is #345C40. Grayscale: #B2B2B2. Windows color (decimal): -3431489 or 12559307. OLE color: 12559307.
HSL color Cylindrical-coordinate representation of color #CBA3BF: hue angle of 318º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBA3BF is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 163 | 191 | - |
CMYK | 0 | 0.20 | 0.06 | 0.20 |
HSL | 318º | 0.28% | 0.72% | - |
HSV(B) | 318º | 0.2% | 0.8% | - |
XYZ | 47.13 | 42.65 | 55.04 | - |
YUV | 178.15 | 135.25 | 145.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 163 | 191 | 0 | 0.20 | 0.06 | 0.20 | 318 | 0.28 | 0.72 |
Hex | CB | A3 | BF | 0 | 14 | 6 | 14 | 13E | 1C | 48 |
Octal | 313 | 243 | 277 | 0 | 24 | 6 | 24 | 476 | 34 | 110 |
Binary | 11001011 | 10100011 | 10111111 | 0 | 10100 | 110 | 10100 | 100111110 | 11100 | 1001000 |
Color Harmonies of #CBA3BF
Complementary color
Monochromatic Colors of #CBA3BF
Black with #CBA3BF
Text Example
Text Example
White with #CBA3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA3BF; }
p { color: rgb(203,163,191); }
H1.HeaderClassName
{
color: #CBA3BF;
}
.AnyTagClassName
{
color: #CBA3BF;
}
</style>
background-color css
<style>
a { background-color: #CBA3BF; }
a { background-color: rgb(203,163,191); }
div.DivClassName
{
background-color: #CBA3BF;
}
.BgClassName
{
background-color: #CBA3BF;
}
</style>
border-color css
<style>
span { border-color: #CBA3BF; }
span { border-color: rgb(203,163,191); }
td.TdClassName
{
border-color: #CBA3BF;
}
.TagClassName
{
border-color: #CBA3BF;
}
</style>