Shades of Maverick #CBAEBB
Tints of Maverick #CBAEBB
RGB
CMYK
RGB Variations
Color information
#CBAEBB (or 0xCBAEBB) is known color: Maverick. HEX triplet: CB, AE and BB. RGB value is (203,174,187). Sum of RGB (Red+Green+Blue) = 203+174+187=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAEBB is #345144. Grayscale: #B8B8B8. Windows color (decimal): -3428677 or 12299979. OLE color: 12299979.
HSL color Cylindrical-coordinate representation of color #CBAEBB: hue angle of 333.1º degrees, saturation: 0.22, 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 #CBAEBB is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 187 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.20 |
| HSL | 333.1º | 0.22% | 0.74% | - |
| HSV(B) | 333.1º | 0.14% | 0.8% | - |
| XYZ | 48.73 | 46.56 | 53.43 | - |
| YUV | 184.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 187 | 0 | 0.14 | 0.08 | 0.20 | 333.1 | 0.22 | 0.74 |
| Hex | CB | AE | BB | 0 | E | 8 | 14 | 14D | 16 | 4A |
| Octal | 313 | 256 | 273 | 0 | 16 | 10 | 24 | 515 | 26 | 112 |
| Binary | 11001011 | 10101110 | 10111011 | 0 | 1110 | 1000 | 10100 | 101001101 | 10110 | 1001010 |
Color Harmonies of #CBAEBB
Complementary color
Monochromatic Colors of #CBAEBB
Black with #CBAEBB
Text Example
Text Example
White with #CBAEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAEBB; }
p { color: rgb(203,174,187); }
H1.HeaderClassName
{
color: #CBAEBB;
}
.AnyTagClassName
{
color: #CBAEBB;
}
</style>
background-color css
<style>
a { background-color: #CBAEBB; }
a { background-color: rgb(203,174,187); }
div.DivClassName
{
background-color: #CBAEBB;
}
.BgClassName
{
background-color: #CBAEBB;
}
</style>
border-color css
<style>
span { border-color: #CBAEBB; }
span { border-color: rgb(203,174,187); }
td.TdClassName
{
border-color: #CBAEBB;
}
.TagClassName
{
border-color: #CBAEBB;
}
</style>