Shades of Maverick #CBAEBE
Tints of Maverick #CBAEBE
RGB
CMYK
RGB Variations
Color information
#CBAEBE (or 0xCBAEBE) is known color: Maverick. HEX triplet: CB, AE and BE. RGB value is (203,174,190). Sum of RGB (Red+Green+Blue) = 203+174+190=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAEBE is #345141. Grayscale: #B8B8B8. Windows color (decimal): -3428674 or 12496587. OLE color: 12496587.
HSL color Cylindrical-coordinate representation of color #CBAEBE: hue angle of 326.9º 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 #CBAEBE is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 174 | 190 | - |
CMYK | 0 | 0.14 | 0.06 | 0.20 |
HSL | 326.9º | 0.22% | 0.74% | - |
HSV(B) | 326.9º | 0.14% | 0.8% | - |
XYZ | 49.06 | 46.69 | 55.14 | - |
YUV | 184.5 | 131.11 | 141.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 174 | 190 | 0 | 0.14 | 0.06 | 0.20 | 326.9 | 0.22 | 0.74 |
Hex | CB | AE | BE | 0 | E | 6 | 14 | 147 | 16 | 4A |
Octal | 313 | 256 | 276 | 0 | 16 | 6 | 24 | 507 | 26 | 112 |
Binary | 11001011 | 10101110 | 10111110 | 0 | 1110 | 110 | 10100 | 101000111 | 10110 | 1001010 |
Color Harmonies of #CBAEBE
Complementary color
Monochromatic Colors of #CBAEBE
Black with #CBAEBE
Text Example
Text Example
White with #CBAEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAEBE; }
p { color: rgb(203,174,190); }
H1.HeaderClassName
{
color: #CBAEBE;
}
.AnyTagClassName
{
color: #CBAEBE;
}
</style>
background-color css
<style>
a { background-color: #CBAEBE; }
a { background-color: rgb(203,174,190); }
div.DivClassName
{
background-color: #CBAEBE;
}
.BgClassName
{
background-color: #CBAEBE;
}
</style>
border-color css
<style>
span { border-color: #CBAEBE; }
span { border-color: rgb(203,174,190); }
td.TdClassName
{
border-color: #CBAEBE;
}
.TagClassName
{
border-color: #CBAEBE;
}
</style>