Shades of Maverick #CBB2BF
Tints of Maverick #CBB2BF
RGB
CMYK
RGB Variations
Color information
#CBB2BF (or 0xCBB2BF) is known color: Maverick. HEX triplet: CB, B2 and BF. RGB value is (203,178,191). Sum of RGB (Red+Green+Blue) = 203+178+191=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 178 (69.92% from 255 or 31.12% from 572); Blue value is 191 (75% from 255 or 33.39% from 572); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB2BF is #344D40. Grayscale: #BABABA. Windows color (decimal): -3427649 or 12563147. OLE color: 12563147.
HSL color Cylindrical-coordinate representation of color #CBB2BF: hue angle of 328.8º 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 #CBB2BF is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 191 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.20 |
| HSL | 328.8º | 0.19% | 0.75% | - |
| HSV(B) | 328.8º | 0.12% | 0.8% | - |
| XYZ | 49.95 | 48.3 | 55.98 | - |
| YUV | 186.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 191 | 0 | 0.12 | 0.06 | 0.20 | 328.8 | 0.19 | 0.75 |
| Hex | CB | B2 | BF | 0 | C | 6 | 14 | 149 | 13 | 4B |
| Octal | 313 | 262 | 277 | 0 | 14 | 6 | 24 | 511 | 23 | 113 |
| Binary | 11001011 | 10110010 | 10111111 | 0 | 1100 | 110 | 10100 | 101001001 | 10011 | 1001011 |
Color Harmonies of #CBB2BF
Complementary color
Monochromatic Colors of #CBB2BF
Black with #CBB2BF
Text Example
Text Example
White with #CBB2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB2BF; }
p { color: rgb(203,178,191); }
H1.HeaderClassName
{
color: #CBB2BF;
}
.AnyTagClassName
{
color: #CBB2BF;
}
</style>
background-color css
<style>
a { background-color: #CBB2BF; }
a { background-color: rgb(203,178,191); }
div.DivClassName
{
background-color: #CBB2BF;
}
.BgClassName
{
background-color: #CBB2BF;
}
</style>
border-color css
<style>
span { border-color: #CBB2BF; }
span { border-color: rgb(203,178,191); }
td.TdClassName
{
border-color: #CBB2BF;
}
.TagClassName
{
border-color: #CBB2BF;
}
</style>