Shades of Maverick #CBADBC
Tints of Maverick #CBADBC
RGB
CMYK
RGB Variations
Color information
#CBADBC (or 0xCBADBC) is known color: Maverick. HEX triplet: CB, AD and BC. RGB value is (203,173,188). Sum of RGB (Red+Green+Blue) = 203+173+188=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADBC is #345243. Grayscale: #B7B7B7. Windows color (decimal): -3428932 or 12365259. OLE color: 12365259.
HSL color Cylindrical-coordinate representation of color #CBADBC: hue angle of 330º 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 #CBADBC is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 173 | 188 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.20 |
| HSL | 330º | 0.22% | 0.74% | - |
| HSV(B) | 330º | 0.15% | 0.8% | - |
| XYZ | 48.65 | 46.21 | 53.93 | - |
| YUV | 183.68 | 130.44 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 188 | 0 | 0.15 | 0.07 | 0.20 | 330 | 0.22 | 0.74 |
| Hex | CB | AD | BC | 0 | F | 7 | 14 | 14A | 16 | 4A |
| Octal | 313 | 255 | 274 | 0 | 17 | 7 | 24 | 512 | 26 | 112 |
| Binary | 11001011 | 10101101 | 10111100 | 0 | 1111 | 111 | 10100 | 101001010 | 10110 | 1001010 |
Color Harmonies of #CBADBC
Complementary color
Monochromatic Colors of #CBADBC
Black with #CBADBC
Text Example
Text Example
White with #CBADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADBC; }
p { color: rgb(203,173,188); }
H1.HeaderClassName
{
color: #CBADBC;
}
.AnyTagClassName
{
color: #CBADBC;
}
</style>
background-color css
<style>
a { background-color: #CBADBC; }
a { background-color: rgb(203,173,188); }
div.DivClassName
{
background-color: #CBADBC;
}
.BgClassName
{
background-color: #CBADBC;
}
</style>
border-color css
<style>
span { border-color: #CBADBC; }
span { border-color: rgb(203,173,188); }
td.TdClassName
{
border-color: #CBADBC;
}
.TagClassName
{
border-color: #CBADBC;
}
</style>