Shades of Maverick #CBB6C2
Tints of Maverick #CBB6C2
RGB
CMYK
RGB Variations
Color information
#CBB6C2 (or 0xCBB6C2) is known color: Maverick. HEX triplet: CB, B6 and C2. RGB value is (203,182,194). Sum of RGB (Red+Green+Blue) = 203+182+194=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 182 (71.48% from 255 or 31.43% from 579); Blue value is 194 (76.17% from 255 or 33.51% from 579); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB6C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB6C2 is #34493D. Grayscale: #BDBDBD. Windows color (decimal): -3426622 or 12760779. OLE color: 12760779.
HSL color Cylindrical-coordinate representation of color #CBB6C2: hue angle of 325.71º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBB6C2 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 194 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.20 |
| HSL | 325.71º | 0.17% | 0.75% | - |
| HSV(B) | 325.71º | 0.1% | 0.8% | - |
| XYZ | 51.09 | 50.05 | 58.01 | - |
| YUV | 189.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 194 | 0 | 0.10 | 0.04 | 0.20 | 325.71 | 0.17 | 0.75 |
| Hex | CB | B6 | C2 | 0 | A | 4 | 14 | 146 | 11 | 4B |
| Octal | 313 | 266 | 302 | 0 | 12 | 4 | 24 | 506 | 21 | 113 |
| Binary | 11001011 | 10110110 | 11000010 | 0 | 1010 | 100 | 10100 | 101000110 | 10001 | 1001011 |
Color Harmonies of #CBB6C2
Complementary color
Monochromatic Colors of #CBB6C2
Black with #CBB6C2
Text Example
Text Example
White with #CBB6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB6C2; }
p { color: rgb(203,182,194); }
H1.HeaderClassName
{
color: #CBB6C2;
}
.AnyTagClassName
{
color: #CBB6C2;
}
</style>
background-color css
<style>
a { background-color: #CBB6C2; }
a { background-color: rgb(203,182,194); }
div.DivClassName
{
background-color: #CBB6C2;
}
.BgClassName
{
background-color: #CBB6C2;
}
</style>
border-color css
<style>
span { border-color: #CBB6C2; }
span { border-color: rgb(203,182,194); }
td.TdClassName
{
border-color: #CBB6C2;
}
.TagClassName
{
border-color: #CBB6C2;
}
</style>