Shades of Maverick #CBBDC6
Tints of Maverick #CBBDC6
RGB
CMYK
RGB Variations
Color information
#CBBDC6 (or 0xCBBDC6) is known color: Maverick. HEX triplet: CB, BD and C6. RGB value is (203,189,198). Sum of RGB (Red+Green+Blue) = 203+189+198=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDC6 is #344239. Grayscale: #C2C2C2. Windows color (decimal): -3424826 or 13024715. OLE color: 13024715.
HSL color Cylindrical-coordinate representation of color #CBBDC6: hue angle of 321.43º 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 #CBBDC6 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 189 | 198 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.20 |
| HSL | 321.43º | 0.12% | 0.77% | - |
| HSV(B) | 321.43º | 0.07% | 0.8% | - |
| XYZ | 53.02 | 53.17 | 60.89 | - |
| YUV | 194.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 198 | 0 | 0.07 | 0.02 | 0.20 | 321.43 | 0.12 | 0.77 |
| Hex | CB | BD | C6 | 0 | 7 | 2 | 14 | 141 | C | 4D |
| Octal | 313 | 275 | 306 | 0 | 7 | 2 | 24 | 501 | 14 | 115 |
| Binary | 11001011 | 10111101 | 11000110 | 0 | 111 | 10 | 10100 | 101000001 | 1100 | 1001101 |
Color Harmonies of #CBBDC6
Complementary color
Monochromatic Colors of #CBBDC6
Black with #CBBDC6
Text Example
Text Example
White with #CBBDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBDC6; }
p { color: rgb(203,189,198); }
H1.HeaderClassName
{
color: #CBBDC6;
}
.AnyTagClassName
{
color: #CBBDC6;
}
</style>
background-color css
<style>
a { background-color: #CBBDC6; }
a { background-color: rgb(203,189,198); }
div.DivClassName
{
background-color: #CBBDC6;
}
.BgClassName
{
background-color: #CBBDC6;
}
</style>
border-color css
<style>
span { border-color: #CBBDC6; }
span { border-color: rgb(203,189,198); }
td.TdClassName
{
border-color: #CBBDC6;
}
.TagClassName
{
border-color: #CBBDC6;
}
</style>