Shades of Maverick #CBADBB
Tints of Maverick #CBADBB
RGB
CMYK
RGB Variations
Color information
#CBADBB (or 0xCBADBB) is known color: Maverick. HEX triplet: CB, AD and BB. RGB value is (203,173,187). Sum of RGB (Red+Green+Blue) = 203+173+187=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADBB is #345244. Grayscale: #B7B7B7. Windows color (decimal): -3428933 or 12299723. OLE color: 12299723.
HSL color Cylindrical-coordinate representation of color #CBADBB: hue angle of 332º 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 #CBADBB is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 173 | 187 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.20 |
| HSL | 332º | 0.22% | 0.74% | - |
| HSV(B) | 332º | 0.15% | 0.8% | - |
| XYZ | 48.54 | 46.17 | 53.37 | - |
| YUV | 183.57 | 129.94 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 187 | 0 | 0.15 | 0.08 | 0.20 | 332 | 0.22 | 0.74 |
| Hex | CB | AD | BB | 0 | F | 8 | 14 | 14C | 16 | 4A |
| Octal | 313 | 255 | 273 | 0 | 17 | 10 | 24 | 514 | 26 | 112 |
| Binary | 11001011 | 10101101 | 10111011 | 0 | 1111 | 1000 | 10100 | 101001100 | 10110 | 1001010 |
Color Harmonies of #CBADBB
Complementary color
Monochromatic Colors of #CBADBB
Black with #CBADBB
Text Example
Text Example
White with #CBADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADBB; }
p { color: rgb(203,173,187); }
H1.HeaderClassName
{
color: #CBADBB;
}
.AnyTagClassName
{
color: #CBADBB;
}
</style>
background-color css
<style>
a { background-color: #CBADBB; }
a { background-color: rgb(203,173,187); }
div.DivClassName
{
background-color: #CBADBB;
}
.BgClassName
{
background-color: #CBADBB;
}
</style>
border-color css
<style>
span { border-color: #CBADBB; }
span { border-color: rgb(203,173,187); }
td.TdClassName
{
border-color: #CBADBB;
}
.TagClassName
{
border-color: #CBADBB;
}
</style>