Shades of Maverick #CBB2BD
Tints of Maverick #CBB2BD
RGB
CMYK
RGB Variations
Color information
#CBB2BD (or 0xCBB2BD) is known color: Maverick. HEX triplet: CB, B2 and BD. RGB value is (203,178,189). Sum of RGB (Red+Green+Blue) = 203+178+189=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB2BD is #344D42. Grayscale: #BABABA. Windows color (decimal): -3427651 or 12432075. OLE color: 12432075.
HSL color Cylindrical-coordinate representation of color #CBB2BD: hue angle of 333.6º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBB2BD is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 189 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.20 |
| HSL | 333.6º | 0.19% | 0.75% | - |
| HSV(B) | 333.6º | 0.12% | 0.8% | - |
| XYZ | 49.73 | 48.21 | 54.83 | - |
| YUV | 186.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 189 | 0 | 0.12 | 0.07 | 0.20 | 333.6 | 0.19 | 0.75 |
| Hex | CB | B2 | BD | 0 | C | 7 | 14 | 14E | 13 | 4B |
| Octal | 313 | 262 | 275 | 0 | 14 | 7 | 24 | 516 | 23 | 113 |
| Binary | 11001011 | 10110010 | 10111101 | 0 | 1100 | 111 | 10100 | 101001110 | 10011 | 1001011 |
Color Harmonies of #CBB2BD
Complementary color
Monochromatic Colors of #CBB2BD
Black with #CBB2BD
Text Example
Text Example
White with #CBB2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB2BD; }
p { color: rgb(203,178,189); }
H1.HeaderClassName
{
color: #CBB2BD;
}
.AnyTagClassName
{
color: #CBB2BD;
}
</style>
background-color css
<style>
a { background-color: #CBB2BD; }
a { background-color: rgb(203,178,189); }
div.DivClassName
{
background-color: #CBB2BD;
}
.BgClassName
{
background-color: #CBB2BD;
}
</style>
border-color css
<style>
span { border-color: #CBB2BD; }
span { border-color: rgb(203,178,189); }
td.TdClassName
{
border-color: #CBB2BD;
}
.TagClassName
{
border-color: #CBB2BD;
}
</style>