Shades of Maverick #CBAFBB
Tints of Maverick #CBAFBB
RGB
CMYK
RGB Variations
Color information
#CBAFBB (or 0xCBAFBB) is known color: Maverick. HEX triplet: CB, AF and BB. RGB value is (203,175,187). Sum of RGB (Red+Green+Blue) = 203+175+187=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFBB is #345044. Grayscale: #B8B8B8. Windows color (decimal): -3428421 or 12300235. OLE color: 12300235.
HSL color Cylindrical-coordinate representation of color #CBAFBB: hue angle of 334.29º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBAFBB is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 187 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.20 |
| HSL | 334.29º | 0.21% | 0.74% | - |
| HSV(B) | 334.29º | 0.14% | 0.8% | - |
| XYZ | 48.93 | 46.94 | 53.5 | - |
| YUV | 184.74 | 129.28 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 187 | 0 | 0.14 | 0.08 | 0.20 | 334.29 | 0.21 | 0.74 |
| Hex | CB | AF | BB | 0 | E | 8 | 14 | 14E | 15 | 4A |
| Octal | 313 | 257 | 273 | 0 | 16 | 10 | 24 | 516 | 25 | 112 |
| Binary | 11001011 | 10101111 | 10111011 | 0 | 1110 | 1000 | 10100 | 101001110 | 10101 | 1001010 |
Color Harmonies of #CBAFBB
Complementary color
Monochromatic Colors of #CBAFBB
Black with #CBAFBB
Text Example
Text Example
White with #CBAFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAFBB; }
p { color: rgb(203,175,187); }
H1.HeaderClassName
{
color: #CBAFBB;
}
.AnyTagClassName
{
color: #CBAFBB;
}
</style>
background-color css
<style>
a { background-color: #CBAFBB; }
a { background-color: rgb(203,175,187); }
div.DivClassName
{
background-color: #CBAFBB;
}
.BgClassName
{
background-color: #CBAFBB;
}
</style>
border-color css
<style>
span { border-color: #CBAFBB; }
span { border-color: rgb(203,175,187); }
td.TdClassName
{
border-color: #CBAFBB;
}
.TagClassName
{
border-color: #CBAFBB;
}
</style>