Shades of Maverick #CBAEBD
Tints of Maverick #CBAEBD
RGB
CMYK
RGB Variations
Color information
#CBAEBD (or 0xCBAEBD) is known color: Maverick. HEX triplet: CB, AE and BD. RGB value is (203,174,189). Sum of RGB (Red+Green+Blue) = 203+174+189=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAEBD is #345142. Grayscale: #B8B8B8. Windows color (decimal): -3428675 or 12431051. OLE color: 12431051.
HSL color Cylindrical-coordinate representation of color #CBAEBD: hue angle of 328.97º 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 #CBAEBD is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 189 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.20 |
| HSL | 328.97º | 0.22% | 0.74% | - |
| HSV(B) | 328.97º | 0.14% | 0.8% | - |
| XYZ | 48.95 | 46.64 | 54.57 | - |
| YUV | 184.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 189 | 0 | 0.14 | 0.07 | 0.20 | 328.97 | 0.22 | 0.74 |
| Hex | CB | AE | BD | 0 | E | 7 | 14 | 149 | 16 | 4A |
| Octal | 313 | 256 | 275 | 0 | 16 | 7 | 24 | 511 | 26 | 112 |
| Binary | 11001011 | 10101110 | 10111101 | 0 | 1110 | 111 | 10100 | 101001001 | 10110 | 1001010 |
Color Harmonies of #CBAEBD
Complementary color
Monochromatic Colors of #CBAEBD
Black with #CBAEBD
Text Example
Text Example
White with #CBAEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAEBD; }
p { color: rgb(203,174,189); }
H1.HeaderClassName
{
color: #CBAEBD;
}
.AnyTagClassName
{
color: #CBAEBD;
}
</style>
background-color css
<style>
a { background-color: #CBAEBD; }
a { background-color: rgb(203,174,189); }
div.DivClassName
{
background-color: #CBAEBD;
}
.BgClassName
{
background-color: #CBAEBD;
}
</style>
border-color css
<style>
span { border-color: #CBAEBD; }
span { border-color: rgb(203,174,189); }
td.TdClassName
{
border-color: #CBAEBD;
}
.TagClassName
{
border-color: #CBAEBD;
}
</style>