Shades of Maverick #CBB1C2
Tints of Maverick #CBB1C2
RGB
CMYK
RGB Variations
Color information
#CBB1C2 (or 0xCBB1C2) is known color: Maverick. HEX triplet: CB, B1 and C2. RGB value is (203,177,194). Sum of RGB (Red+Green+Blue) = 203+177+194=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 177 (69.53% from 255 or 30.84% from 574); Blue value is 194 (76.17% from 255 or 33.80% from 574); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB1C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB1C2 is #344E3D. Grayscale: #BABABA. Windows color (decimal): -3427902 or 12759499. OLE color: 12759499.
HSL color Cylindrical-coordinate representation of color #CBB1C2: hue angle of 320.77º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBB1C2 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 194 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.20 |
| HSL | 320.77º | 0.2% | 0.75% | - |
| HSV(B) | 320.77º | 0.13% | 0.8% | - |
| XYZ | 50.09 | 48.04 | 57.67 | - |
| YUV | 186.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 194 | 0 | 0.13 | 0.04 | 0.20 | 320.77 | 0.2 | 0.75 |
| Hex | CB | B1 | C2 | 0 | D | 4 | 14 | 141 | 14 | 4B |
| Octal | 313 | 261 | 302 | 0 | 15 | 4 | 24 | 501 | 24 | 113 |
| Binary | 11001011 | 10110001 | 11000010 | 0 | 1101 | 100 | 10100 | 101000001 | 10100 | 1001011 |
Color Harmonies of #CBB1C2
Complementary color
Monochromatic Colors of #CBB1C2
Black with #CBB1C2
Text Example
Text Example
White with #CBB1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB1C2; }
p { color: rgb(203,177,194); }
H1.HeaderClassName
{
color: #CBB1C2;
}
.AnyTagClassName
{
color: #CBB1C2;
}
</style>
background-color css
<style>
a { background-color: #CBB1C2; }
a { background-color: rgb(203,177,194); }
div.DivClassName
{
background-color: #CBB1C2;
}
.BgClassName
{
background-color: #CBB1C2;
}
</style>
border-color css
<style>
span { border-color: #CBB1C2; }
span { border-color: rgb(203,177,194); }
td.TdClassName
{
border-color: #CBB1C2;
}
.TagClassName
{
border-color: #CBB1C2;
}
</style>