Shades of Maverick #CBB2C1
Tints of Maverick #CBB2C1
RGB
CMYK
RGB Variations
Color information
#CBB2C1 (or 0xCBB2C1) is known color: Maverick. HEX triplet: CB, B2 and C1. RGB value is (203,178,193). Sum of RGB (Red+Green+Blue) = 203+178+193=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 193 (75.78% from 255 or 33.62% from 574); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB2C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB2C1 is #344D3E. Grayscale: #BBBBBB. Windows color (decimal): -3427647 or 12694219. OLE color: 12694219.
HSL color Cylindrical-coordinate representation of color #CBB2C1: hue angle of 324º 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 #CBB2C1 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 193 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.20 |
| HSL | 324º | 0.19% | 0.75% | - |
| HSV(B) | 324º | 0.12% | 0.8% | - |
| XYZ | 50.17 | 48.39 | 57.15 | - |
| YUV | 187.19 | 131.28 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 193 | 0 | 0.12 | 0.05 | 0.20 | 324 | 0.19 | 0.75 |
| Hex | CB | B2 | C1 | 0 | C | 5 | 14 | 144 | 13 | 4B |
| Octal | 313 | 262 | 301 | 0 | 14 | 5 | 24 | 504 | 23 | 113 |
| Binary | 11001011 | 10110010 | 11000001 | 0 | 1100 | 101 | 10100 | 101000100 | 10011 | 1001011 |
Color Harmonies of #CBB2C1
Complementary color
Monochromatic Colors of #CBB2C1
Black with #CBB2C1
Text Example
Text Example
White with #CBB2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB2C1; }
p { color: rgb(203,178,193); }
H1.HeaderClassName
{
color: #CBB2C1;
}
.AnyTagClassName
{
color: #CBB2C1;
}
</style>
background-color css
<style>
a { background-color: #CBB2C1; }
a { background-color: rgb(203,178,193); }
div.DivClassName
{
background-color: #CBB2C1;
}
.BgClassName
{
background-color: #CBB2C1;
}
</style>
border-color css
<style>
span { border-color: #CBB2C1; }
span { border-color: rgb(203,178,193); }
td.TdClassName
{
border-color: #CBB2C1;
}
.TagClassName
{
border-color: #CBB2C1;
}
</style>