Shades of Maverick #CBB2C0
Tints of Maverick #CBB2C0
RGB
CMYK
RGB Variations
Color information
#CBB2C0 (or 0xCBB2C0) is known color: Maverick. HEX triplet: CB, B2 and C0. RGB value is (203,178,192). Sum of RGB (Red+Green+Blue) = 203+178+192=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB2C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB2C0 is #344D3F. Grayscale: #BBBBBB. Windows color (decimal): -3427648 or 12628683. OLE color: 12628683.
HSL color Cylindrical-coordinate representation of color #CBB2C0: hue angle of 326.4º 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 #CBB2C0 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 192 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.20 |
| HSL | 326.4º | 0.19% | 0.75% | - |
| HSV(B) | 326.4º | 0.12% | 0.8% | - |
| XYZ | 50.06 | 48.34 | 56.56 | - |
| YUV | 187.07 | 130.78 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 192 | 0 | 0.12 | 0.05 | 0.20 | 326.4 | 0.19 | 0.75 |
| Hex | CB | B2 | C0 | 0 | C | 5 | 14 | 146 | 13 | 4B |
| Octal | 313 | 262 | 300 | 0 | 14 | 5 | 24 | 506 | 23 | 113 |
| Binary | 11001011 | 10110010 | 11000000 | 0 | 1100 | 101 | 10100 | 101000110 | 10011 | 1001011 |
Color Harmonies of #CBB2C0
Complementary color
Monochromatic Colors of #CBB2C0
Black with #CBB2C0
Text Example
Text Example
White with #CBB2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB2C0; }
p { color: rgb(203,178,192); }
H1.HeaderClassName
{
color: #CBB2C0;
}
.AnyTagClassName
{
color: #CBB2C0;
}
</style>
background-color css
<style>
a { background-color: #CBB2C0; }
a { background-color: rgb(203,178,192); }
div.DivClassName
{
background-color: #CBB2C0;
}
.BgClassName
{
background-color: #CBB2C0;
}
</style>
border-color css
<style>
span { border-color: #CBB2C0; }
span { border-color: rgb(203,178,192); }
td.TdClassName
{
border-color: #CBB2C0;
}
.TagClassName
{
border-color: #CBB2C0;
}
</style>