Shades of Maverick #CBB4BD
Tints of Maverick #CBB4BD
RGB
CMYK
RGB Variations
Color information
#CBB4BD (or 0xCBB4BD) is known color: Maverick. HEX triplet: CB, B4 and BD. RGB value is (203,180,189). Sum of RGB (Red+Green+Blue) = 203+180+189=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB4BD is #344B42. Grayscale: #BBBBBB. Windows color (decimal): -3427139 or 12432587. OLE color: 12432587.
HSL color Cylindrical-coordinate representation of color #CBB4BD: hue angle of 336.52º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBB4BD is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 189 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.20 |
| HSL | 336.52º | 0.18% | 0.75% | - |
| HSV(B) | 336.52º | 0.11% | 0.8% | - |
| XYZ | 50.14 | 49.01 | 54.96 | - |
| YUV | 187.9 | 128.62 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 189 | 0 | 0.11 | 0.07 | 0.20 | 336.52 | 0.18 | 0.75 |
| Hex | CB | B4 | BD | 0 | B | 7 | 14 | 151 | 12 | 4B |
| Octal | 313 | 264 | 275 | 0 | 13 | 7 | 24 | 521 | 22 | 113 |
| Binary | 11001011 | 10110100 | 10111101 | 0 | 1011 | 111 | 10100 | 101010001 | 10010 | 1001011 |
Color Harmonies of #CBB4BD
Complementary color
Monochromatic Colors of #CBB4BD
Black with #CBB4BD
Text Example
Text Example
White with #CBB4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB4BD; }
p { color: rgb(203,180,189); }
H1.HeaderClassName
{
color: #CBB4BD;
}
.AnyTagClassName
{
color: #CBB4BD;
}
</style>
background-color css
<style>
a { background-color: #CBB4BD; }
a { background-color: rgb(203,180,189); }
div.DivClassName
{
background-color: #CBB4BD;
}
.BgClassName
{
background-color: #CBB4BD;
}
</style>
border-color css
<style>
span { border-color: #CBB4BD; }
span { border-color: rgb(203,180,189); }
td.TdClassName
{
border-color: #CBB4BD;
}
.TagClassName
{
border-color: #CBB4BD;
}
</style>