Shades of Maverick #CBB1C3
Tints of Maverick #CBB1C3
RGB
CMYK
RGB Variations
Color information
#CBB1C3 (or 0xCBB1C3) is known color: Maverick. HEX triplet: CB, B1 and C3. RGB value is (203,177,195). Sum of RGB (Red+Green+Blue) = 203+177+195=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 177 (69.53% from 255 or 30.78% from 575); Blue value is 195 (76.56% from 255 or 33.91% from 575); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB1C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB1C3 is #344E3C. Grayscale: #BABABA. Windows color (decimal): -3427901 or 12825035. OLE color: 12825035.
HSL color Cylindrical-coordinate representation of color #CBB1C3: hue angle of 318.46º 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 #CBB1C3 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 195 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.20 |
| HSL | 318.46º | 0.2% | 0.75% | - |
| HSV(B) | 318.46º | 0.13% | 0.8% | - |
| XYZ | 50.2 | 48.08 | 58.26 | - |
| YUV | 186.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 195 | 0 | 0.13 | 0.04 | 0.20 | 318.46 | 0.2 | 0.75 |
| Hex | CB | B1 | C3 | 0 | D | 4 | 14 | 13E | 14 | 4B |
| Octal | 313 | 261 | 303 | 0 | 15 | 4 | 24 | 476 | 24 | 113 |
| Binary | 11001011 | 10110001 | 11000011 | 0 | 1101 | 100 | 10100 | 100111110 | 10100 | 1001011 |
Color Harmonies of #CBB1C3
Complementary color
Monochromatic Colors of #CBB1C3
Black with #CBB1C3
Text Example
Text Example
White with #CBB1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB1C3; }
p { color: rgb(203,177,195); }
H1.HeaderClassName
{
color: #CBB1C3;
}
.AnyTagClassName
{
color: #CBB1C3;
}
</style>
background-color css
<style>
a { background-color: #CBB1C3; }
a { background-color: rgb(203,177,195); }
div.DivClassName
{
background-color: #CBB1C3;
}
.BgClassName
{
background-color: #CBB1C3;
}
</style>
border-color css
<style>
span { border-color: #CBB1C3; }
span { border-color: rgb(203,177,195); }
td.TdClassName
{
border-color: #CBB1C3;
}
.TagClassName
{
border-color: #CBB1C3;
}
</style>