Shades of Maverick #CBAEB9
Tints of Maverick #CBAEB9
RGB
CMYK
RGB Variations
Color information
#CBAEB9 (or 0xCBAEB9) is known color: Maverick. HEX triplet: CB, AE and B9. RGB value is (203,174,185). Sum of RGB (Red+Green+Blue) = 203+174+185=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAEB9 is #345146. Grayscale: #B7B7B7. Windows color (decimal): -3428679 or 12168907. OLE color: 12168907.
HSL color Cylindrical-coordinate representation of color #CBAEB9: hue angle of 337.24º 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 #CBAEB9 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 174 | 185 | - |
CMYK | 0 | 0.14 | 0.09 | 0.20 |
HSL | 337.24º | 0.22% | 0.74% | - |
HSV(B) | 337.24º | 0.14% | 0.8% | - |
XYZ | 48.52 | 46.47 | 52.31 | - |
YUV | 183.93 | 128.61 | 141.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 174 | 185 | 0 | 0.14 | 0.09 | 0.20 | 337.24 | 0.22 | 0.74 |
Hex | CB | AE | B9 | 0 | E | 9 | 14 | 151 | 16 | 4A |
Octal | 313 | 256 | 271 | 0 | 16 | 11 | 24 | 521 | 26 | 112 |
Binary | 11001011 | 10101110 | 10111001 | 0 | 1110 | 1001 | 10100 | 101010001 | 10110 | 1001010 |
Color Harmonies of #CBAEB9
Complementary color
Monochromatic Colors of #CBAEB9
Black with #CBAEB9
Text Example
Text Example
White with #CBAEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAEB9; }
p { color: rgb(203,174,185); }
H1.HeaderClassName
{
color: #CBAEB9;
}
.AnyTagClassName
{
color: #CBAEB9;
}
</style>
background-color css
<style>
a { background-color: #CBAEB9; }
a { background-color: rgb(203,174,185); }
div.DivClassName
{
background-color: #CBAEB9;
}
.BgClassName
{
background-color: #CBAEB9;
}
</style>
border-color css
<style>
span { border-color: #CBAEB9; }
span { border-color: rgb(203,174,185); }
td.TdClassName
{
border-color: #CBAEB9;
}
.TagClassName
{
border-color: #CBAEB9;
}
</style>