Shades of Maverick #CBADBE
Tints of Maverick #CBADBE
RGB
CMYK
RGB Variations
Color information
#CBADBE (or 0xCBADBE) is known color: Maverick. HEX triplet: CB, AD and BE. RGB value is (203,173,190). Sum of RGB (Red+Green+Blue) = 203+173+190=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADBE is #345241. Grayscale: #B7B7B7. Windows color (decimal): -3428930 or 12496331. OLE color: 12496331.
HSL color Cylindrical-coordinate representation of color #CBADBE: hue angle of 326º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBADBE is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 173 | 190 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.20 |
| HSL | 326º | 0.22% | 0.74% | - |
| HSV(B) | 326º | 0.15% | 0.8% | - |
| XYZ | 48.87 | 46.3 | 55.08 | - |
| YUV | 183.91 | 131.44 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 190 | 0 | 0.15 | 0.06 | 0.20 | 326 | 0.22 | 0.74 |
| Hex | CB | AD | BE | 0 | F | 6 | 14 | 146 | 16 | 4A |
| Octal | 313 | 255 | 276 | 0 | 17 | 6 | 24 | 506 | 26 | 112 |
| Binary | 11001011 | 10101101 | 10111110 | 0 | 1111 | 110 | 10100 | 101000110 | 10110 | 1001010 |
Color Harmonies of #CBADBE
Complementary color
Monochromatic Colors of #CBADBE
Black with #CBADBE
Text Example
Text Example
White with #CBADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADBE; }
p { color: rgb(203,173,190); }
H1.HeaderClassName
{
color: #CBADBE;
}
.AnyTagClassName
{
color: #CBADBE;
}
</style>
background-color css
<style>
a { background-color: #CBADBE; }
a { background-color: rgb(203,173,190); }
div.DivClassName
{
background-color: #CBADBE;
}
.BgClassName
{
background-color: #CBADBE;
}
</style>
border-color css
<style>
span { border-color: #CBADBE; }
span { border-color: rgb(203,173,190); }
td.TdClassName
{
border-color: #CBADBE;
}
.TagClassName
{
border-color: #CBADBE;
}
</style>