Shades of Maverick #CBBAC6
Tints of Maverick #CBBAC6
RGB
CMYK
RGB Variations
Color information
#CBBAC6 (or 0xCBBAC6) is known color: Maverick. HEX triplet: CB, BA and C6. RGB value is (203,186,198). Sum of RGB (Red+Green+Blue) = 203+186+198=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 198 (77.73% from 255 or 33.73% from 587); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBAC6 is #344539. Grayscale: #C0C0C0. Windows color (decimal): -3425594 or 13023947. OLE color: 13023947.
HSL color Cylindrical-coordinate representation of color #CBBAC6: hue angle of 317.65º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBBAC6 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 186 | 198 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.20 |
| HSL | 317.65º | 0.14% | 0.76% | - |
| HSV(B) | 317.65º | 0.08% | 0.8% | - |
| XYZ | 52.38 | 51.89 | 60.68 | - |
| YUV | 192.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 198 | 0 | 0.08 | 0.02 | 0.20 | 317.65 | 0.14 | 0.76 |
| Hex | CB | BA | C6 | 0 | 8 | 2 | 14 | 13E | E | 4C |
| Octal | 313 | 272 | 306 | 0 | 10 | 2 | 24 | 476 | 16 | 114 |
| Binary | 11001011 | 10111010 | 11000110 | 0 | 1000 | 10 | 10100 | 100111110 | 1110 | 1001100 |
Color Harmonies of #CBBAC6
Complementary color
Monochromatic Colors of #CBBAC6
Black with #CBBAC6
Text Example
Text Example
White with #CBBAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBAC6; }
p { color: rgb(203,186,198); }
H1.HeaderClassName
{
color: #CBBAC6;
}
.AnyTagClassName
{
color: #CBBAC6;
}
</style>
background-color css
<style>
a { background-color: #CBBAC6; }
a { background-color: rgb(203,186,198); }
div.DivClassName
{
background-color: #CBBAC6;
}
.BgClassName
{
background-color: #CBBAC6;
}
</style>
border-color css
<style>
span { border-color: #CBBAC6; }
span { border-color: rgb(203,186,198); }
td.TdClassName
{
border-color: #CBBAC6;
}
.TagClassName
{
border-color: #CBBAC6;
}
</style>