Shades of Maverick #CBB3C1
Tints of Maverick #CBB3C1
RGB
CMYK
RGB Variations
Color information
#CBB3C1 (or 0xCBB3C1) is known color: Maverick. HEX triplet: CB, B3 and C1. RGB value is (203,179,193). Sum of RGB (Red+Green+Blue) = 203+179+193=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 179 (70.31% from 255 or 31.13% from 575); Blue value is 193 (75.78% from 255 or 33.57% from 575); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB3C1 is #344C3E. Grayscale: #BBBBBB. Windows color (decimal): -3427391 or 12694475. OLE color: 12694475.
HSL color Cylindrical-coordinate representation of color #CBB3C1: hue angle of 325º 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 #CBB3C1 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 193 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.20 |
| HSL | 325º | 0.19% | 0.75% | - |
| HSV(B) | 325º | 0.12% | 0.8% | - |
| XYZ | 50.37 | 48.79 | 57.21 | - |
| YUV | 187.77 | 130.95 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 193 | 0 | 0.12 | 0.05 | 0.20 | 325 | 0.19 | 0.75 |
| Hex | CB | B3 | C1 | 0 | C | 5 | 14 | 145 | 13 | 4B |
| Octal | 313 | 263 | 301 | 0 | 14 | 5 | 24 | 505 | 23 | 113 |
| Binary | 11001011 | 10110011 | 11000001 | 0 | 1100 | 101 | 10100 | 101000101 | 10011 | 1001011 |
Color Harmonies of #CBB3C1
Complementary color
Monochromatic Colors of #CBB3C1
Black with #CBB3C1
Text Example
Text Example
White with #CBB3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB3C1; }
p { color: rgb(203,179,193); }
H1.HeaderClassName
{
color: #CBB3C1;
}
.AnyTagClassName
{
color: #CBB3C1;
}
</style>
background-color css
<style>
a { background-color: #CBB3C1; }
a { background-color: rgb(203,179,193); }
div.DivClassName
{
background-color: #CBB3C1;
}
.BgClassName
{
background-color: #CBB3C1;
}
</style>
border-color css
<style>
span { border-color: #CBB3C1; }
span { border-color: rgb(203,179,193); }
td.TdClassName
{
border-color: #CBB3C1;
}
.TagClassName
{
border-color: #CBB3C1;
}
</style>