Shades of Maverick #CBB3C7
Tints of Maverick #CBB3C7
RGB
CMYK
RGB Variations
Color information
#CBB3C7 (or 0xCBB3C7) is known color: Maverick. HEX triplet: CB, B3 and C7. RGB value is (203,179,199). Sum of RGB (Red+Green+Blue) = 203+179+199=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 179 (70.31% from 255 or 30.81% from 581); Blue value is 199 (78.12% from 255 or 34.25% from 581); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB3C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB3C7 is #344C38. Grayscale: #BCBCBC. Windows color (decimal): -3427385 or 13087691. OLE color: 13087691.
HSL color Cylindrical-coordinate representation of color #CBB3C7: hue angle of 310º 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 #CBB3C7 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 199 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.20 |
| HSL | 310º | 0.19% | 0.75% | - |
| HSV(B) | 310º | 0.12% | 0.8% | - |
| XYZ | 51.06 | 49.06 | 60.81 | - |
| YUV | 188.46 | 133.95 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 199 | 0 | 0.12 | 0.02 | 0.20 | 310 | 0.19 | 0.75 |
| Hex | CB | B3 | C7 | 0 | C | 2 | 14 | 136 | 13 | 4B |
| Octal | 313 | 263 | 307 | 0 | 14 | 2 | 24 | 466 | 23 | 113 |
| Binary | 11001011 | 10110011 | 11000111 | 0 | 1100 | 10 | 10100 | 100110110 | 10011 | 1001011 |
Color Harmonies of #CBB3C7
Complementary color
Monochromatic Colors of #CBB3C7
Black with #CBB3C7
Text Example
Text Example
White with #CBB3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB3C7; }
p { color: rgb(203,179,199); }
H1.HeaderClassName
{
color: #CBB3C7;
}
.AnyTagClassName
{
color: #CBB3C7;
}
</style>
background-color css
<style>
a { background-color: #CBB3C7; }
a { background-color: rgb(203,179,199); }
div.DivClassName
{
background-color: #CBB3C7;
}
.BgClassName
{
background-color: #CBB3C7;
}
</style>
border-color css
<style>
span { border-color: #CBB3C7; }
span { border-color: rgb(203,179,199); }
td.TdClassName
{
border-color: #CBB3C7;
}
.TagClassName
{
border-color: #CBB3C7;
}
</style>