Shades of Maverick #CBB2C3
Tints of Maverick #CBB2C3
RGB
CMYK
RGB Variations
Color information
#CBB2C3 (or 0xCBB2C3) is known color: Maverick. HEX triplet: CB, B2 and C3. RGB value is (203,178,195). Sum of RGB (Red+Green+Blue) = 203+178+195=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 178 (69.92% from 255 or 30.90% from 576); Blue value is 195 (76.56% from 255 or 33.85% from 576); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB2C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB2C3 is #344D3C. Grayscale: #BBBBBB. Windows color (decimal): -3427645 or 12825291. OLE color: 12825291.
HSL color Cylindrical-coordinate representation of color #CBB2C3: hue angle of 319.2º 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 #CBB2C3 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 195 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.20 |
| HSL | 319.2º | 0.19% | 0.75% | - |
| HSV(B) | 319.2º | 0.12% | 0.8% | - |
| XYZ | 50.4 | 48.48 | 58.33 | - |
| YUV | 187.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 195 | 0 | 0.12 | 0.04 | 0.20 | 319.2 | 0.19 | 0.75 |
| Hex | CB | B2 | C3 | 0 | C | 4 | 14 | 13F | 13 | 4B |
| Octal | 313 | 262 | 303 | 0 | 14 | 4 | 24 | 477 | 23 | 113 |
| Binary | 11001011 | 10110010 | 11000011 | 0 | 1100 | 100 | 10100 | 100111111 | 10011 | 1001011 |
Color Harmonies of #CBB2C3
Complementary color
Monochromatic Colors of #CBB2C3
Black with #CBB2C3
Text Example
Text Example
White with #CBB2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB2C3; }
p { color: rgb(203,178,195); }
H1.HeaderClassName
{
color: #CBB2C3;
}
.AnyTagClassName
{
color: #CBB2C3;
}
</style>
background-color css
<style>
a { background-color: #CBB2C3; }
a { background-color: rgb(203,178,195); }
div.DivClassName
{
background-color: #CBB2C3;
}
.BgClassName
{
background-color: #CBB2C3;
}
</style>
border-color css
<style>
span { border-color: #CBB2C3; }
span { border-color: rgb(203,178,195); }
td.TdClassName
{
border-color: #CBB2C3;
}
.TagClassName
{
border-color: #CBB2C3;
}
</style>