Shades of Maverick #CBB1BE
Tints of Maverick #CBB1BE
RGB
CMYK
RGB Variations
Color information
#CBB1BE (or 0xCBB1BE) is known color: Maverick. HEX triplet: CB, B1 and BE. RGB value is (203,177,190). Sum of RGB (Red+Green+Blue) = 203+177+190=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB1BE is #344E41. Grayscale: #BABABA. Windows color (decimal): -3427906 or 12497355. OLE color: 12497355.
HSL color Cylindrical-coordinate representation of color #CBB1BE: hue angle of 330º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBB1BE is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 190 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.20 |
| HSL | 330º | 0.2% | 0.75% | - |
| HSV(B) | 330º | 0.13% | 0.8% | - |
| XYZ | 49.65 | 47.86 | 55.34 | - |
| YUV | 186.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 190 | 0 | 0.13 | 0.06 | 0.20 | 330 | 0.2 | 0.75 |
| Hex | CB | B1 | BE | 0 | D | 6 | 14 | 14A | 14 | 4B |
| Octal | 313 | 261 | 276 | 0 | 15 | 6 | 24 | 512 | 24 | 113 |
| Binary | 11001011 | 10110001 | 10111110 | 0 | 1101 | 110 | 10100 | 101001010 | 10100 | 1001011 |
Color Harmonies of #CBB1BE
Complementary color
Monochromatic Colors of #CBB1BE
Black with #CBB1BE
Text Example
Text Example
White with #CBB1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB1BE; }
p { color: rgb(203,177,190); }
H1.HeaderClassName
{
color: #CBB1BE;
}
.AnyTagClassName
{
color: #CBB1BE;
}
</style>
background-color css
<style>
a { background-color: #CBB1BE; }
a { background-color: rgb(203,177,190); }
div.DivClassName
{
background-color: #CBB1BE;
}
.BgClassName
{
background-color: #CBB1BE;
}
</style>
border-color css
<style>
span { border-color: #CBB1BE; }
span { border-color: rgb(203,177,190); }
td.TdClassName
{
border-color: #CBB1BE;
}
.TagClassName
{
border-color: #CBB1BE;
}
</style>