Shades of Maverick #CBBDC9
Tints of Maverick #CBBDC9
RGB
CMYK
RGB Variations
Color information
#CBBDC9 (or 0xCBBDC9) is known color: Maverick. HEX triplet: CB, BD and C9. RGB value is (203,189,201). Sum of RGB (Red+Green+Blue) = 203+189+201=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDC9 is #344236. Grayscale: #C2C2C2. Windows color (decimal): -3424823 or 13221323. OLE color: 13221323.
HSL color Cylindrical-coordinate representation of color #CBBDC9: hue angle of 308.57º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBBDC9 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 189 | 201 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.20 |
| HSL | 308.57º | 0.12% | 0.77% | - |
| HSV(B) | 308.57º | 0.07% | 0.8% | - |
| XYZ | 53.37 | 53.31 | 62.74 | - |
| YUV | 194.55 | 131.64 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 201 | 0 | 0.07 | 0.01 | 0.20 | 308.57 | 0.12 | 0.77 |
| Hex | CB | BD | C9 | 0 | 7 | 1 | 14 | 135 | C | 4D |
| Octal | 313 | 275 | 311 | 0 | 7 | 1 | 24 | 465 | 14 | 115 |
| Binary | 11001011 | 10111101 | 11001001 | 0 | 111 | 1 | 10100 | 100110101 | 1100 | 1001101 |
Color Harmonies of #CBBDC9
Complementary color
Monochromatic Colors of #CBBDC9
Black with #CBBDC9
Text Example
Text Example
White with #CBBDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBDC9; }
p { color: rgb(203,189,201); }
H1.HeaderClassName
{
color: #CBBDC9;
}
.AnyTagClassName
{
color: #CBBDC9;
}
</style>
background-color css
<style>
a { background-color: #CBBDC9; }
a { background-color: rgb(203,189,201); }
div.DivClassName
{
background-color: #CBBDC9;
}
.BgClassName
{
background-color: #CBBDC9;
}
</style>
border-color css
<style>
span { border-color: #CBBDC9; }
span { border-color: rgb(203,189,201); }
td.TdClassName
{
border-color: #CBBDC9;
}
.TagClassName
{
border-color: #CBBDC9;
}
</style>