Shades of Maverick #CBB0C3
Tints of Maverick #CBB0C3
RGB
CMYK
RGB Variations
Color information
#CBB0C3 (or 0xCBB0C3) is known color: Maverick. HEX triplet: CB, B0 and C3. RGB value is (203,176,195). Sum of RGB (Red+Green+Blue) = 203+176+195=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 195 (76.56% from 255 or 33.97% from 574); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB0C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB0C3 is #344F3C. Grayscale: #BABABA. Windows color (decimal): -3428157 or 12824779. OLE color: 12824779.
HSL color Cylindrical-coordinate representation of color #CBB0C3: hue angle of 317.78º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBB0C3 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 195 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.20 |
| HSL | 317.78º | 0.21% | 0.74% | - |
| HSV(B) | 317.78º | 0.13% | 0.8% | - |
| XYZ | 50 | 47.69 | 58.2 | - |
| YUV | 186.24 | 132.95 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 195 | 0 | 0.13 | 0.04 | 0.20 | 317.78 | 0.21 | 0.74 |
| Hex | CB | B0 | C3 | 0 | D | 4 | 14 | 13E | 15 | 4A |
| Octal | 313 | 260 | 303 | 0 | 15 | 4 | 24 | 476 | 25 | 112 |
| Binary | 11001011 | 10110000 | 11000011 | 0 | 1101 | 100 | 10100 | 100111110 | 10101 | 1001010 |
Color Harmonies of #CBB0C3
Complementary color
Monochromatic Colors of #CBB0C3
Black with #CBB0C3
Text Example
Text Example
White with #CBB0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB0C3; }
p { color: rgb(203,176,195); }
H1.HeaderClassName
{
color: #CBB0C3;
}
.AnyTagClassName
{
color: #CBB0C3;
}
</style>
background-color css
<style>
a { background-color: #CBB0C3; }
a { background-color: rgb(203,176,195); }
div.DivClassName
{
background-color: #CBB0C3;
}
.BgClassName
{
background-color: #CBB0C3;
}
</style>
border-color css
<style>
span { border-color: #CBB0C3; }
span { border-color: rgb(203,176,195); }
td.TdClassName
{
border-color: #CBB0C3;
}
.TagClassName
{
border-color: #CBB0C3;
}
</style>