Shades of Maverick #CBB1C0
Tints of Maverick #CBB1C0
RGB
CMYK
RGB Variations
Color information
#CBB1C0 (or 0xCBB1C0) is known color: Maverick. HEX triplet: CB, B1 and C0. RGB value is (203,177,192). Sum of RGB (Red+Green+Blue) = 203+177+192=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 177 (69.53% from 255 or 30.94% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB1C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB1C0 is #344E3F. Grayscale: #BABABA. Windows color (decimal): -3427904 or 12628427. OLE color: 12628427.
HSL color Cylindrical-coordinate representation of color #CBB1C0: hue angle of 325.38º 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 #CBB1C0 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 192 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.20 |
| HSL | 325.38º | 0.2% | 0.75% | - |
| HSV(B) | 325.38º | 0.13% | 0.8% | - |
| XYZ | 49.87 | 47.95 | 56.5 | - |
| YUV | 186.48 | 131.11 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 192 | 0 | 0.13 | 0.05 | 0.20 | 325.38 | 0.2 | 0.75 |
| Hex | CB | B1 | C0 | 0 | D | 5 | 14 | 145 | 14 | 4B |
| Octal | 313 | 261 | 300 | 0 | 15 | 5 | 24 | 505 | 24 | 113 |
| Binary | 11001011 | 10110001 | 11000000 | 0 | 1101 | 101 | 10100 | 101000101 | 10100 | 1001011 |
Color Harmonies of #CBB1C0
Complementary color
Monochromatic Colors of #CBB1C0
Black with #CBB1C0
Text Example
Text Example
White with #CBB1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB1C0; }
p { color: rgb(203,177,192); }
H1.HeaderClassName
{
color: #CBB1C0;
}
.AnyTagClassName
{
color: #CBB1C0;
}
</style>
background-color css
<style>
a { background-color: #CBB1C0; }
a { background-color: rgb(203,177,192); }
div.DivClassName
{
background-color: #CBB1C0;
}
.BgClassName
{
background-color: #CBB1C0;
}
</style>
border-color css
<style>
span { border-color: #CBB1C0; }
span { border-color: rgb(203,177,192); }
td.TdClassName
{
border-color: #CBB1C0;
}
.TagClassName
{
border-color: #CBB1C0;
}
</style>