Shades of Maverick #CBB3C2
Tints of Maverick #CBB3C2
RGB
CMYK
RGB Variations
Color information
#CBB3C2 (or 0xCBB3C2) is known color: Maverick. HEX triplet: CB, B3 and C2. RGB value is (203,179,194). Sum of RGB (Red+Green+Blue) = 203+179+194=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 179 (70.31% from 255 or 31.08% from 576); Blue value is 194 (76.17% from 255 or 33.68% from 576); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB3C2 is #344C3D. Grayscale: #BBBBBB. Windows color (decimal): -3427390 or 12760011. OLE color: 12760011.
HSL color Cylindrical-coordinate representation of color #CBB3C2: hue angle of 322.5º 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 #CBB3C2 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 194 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.20 |
| HSL | 322.5º | 0.19% | 0.75% | - |
| HSV(B) | 322.5º | 0.12% | 0.8% | - |
| XYZ | 50.49 | 48.83 | 57.8 | - |
| YUV | 187.89 | 131.45 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 194 | 0 | 0.12 | 0.04 | 0.20 | 322.5 | 0.19 | 0.75 |
| Hex | CB | B3 | C2 | 0 | C | 4 | 14 | 142 | 13 | 4B |
| Octal | 313 | 263 | 302 | 0 | 14 | 4 | 24 | 502 | 23 | 113 |
| Binary | 11001011 | 10110011 | 11000010 | 0 | 1100 | 100 | 10100 | 101000010 | 10011 | 1001011 |
Color Harmonies of #CBB3C2
Complementary color
Monochromatic Colors of #CBB3C2
Black with #CBB3C2
Text Example
Text Example
White with #CBB3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB3C2; }
p { color: rgb(203,179,194); }
H1.HeaderClassName
{
color: #CBB3C2;
}
.AnyTagClassName
{
color: #CBB3C2;
}
</style>
background-color css
<style>
a { background-color: #CBB3C2; }
a { background-color: rgb(203,179,194); }
div.DivClassName
{
background-color: #CBB3C2;
}
.BgClassName
{
background-color: #CBB3C2;
}
</style>
border-color css
<style>
span { border-color: #CBB3C2; }
span { border-color: rgb(203,179,194); }
td.TdClassName
{
border-color: #CBB3C2;
}
.TagClassName
{
border-color: #CBB3C2;
}
</style>