Shades of Maverick #CBB1C5
Tints of Maverick #CBB1C5
RGB
CMYK
RGB Variations
Color information
#CBB1C5 (or 0xCBB1C5) is known color: Maverick. HEX triplet: CB, B1 and C5. RGB value is (203,177,197). Sum of RGB (Red+Green+Blue) = 203+177+197=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 177 (69.53% from 255 or 30.68% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB1C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB1C5 is #344E3A. Grayscale: #BBBBBB. Windows color (decimal): -3427899 or 12956107. OLE color: 12956107.
HSL color Cylindrical-coordinate representation of color #CBB1C5: hue angle of 313.85º 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 #CBB1C5 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 197 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.20 |
| HSL | 313.85º | 0.2% | 0.75% | - |
| HSV(B) | 313.85º | 0.13% | 0.8% | - |
| XYZ | 50.43 | 48.17 | 59.46 | - |
| YUV | 187.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 197 | 0 | 0.13 | 0.03 | 0.20 | 313.85 | 0.2 | 0.75 |
| Hex | CB | B1 | C5 | 0 | D | 3 | 14 | 13A | 14 | 4B |
| Octal | 313 | 261 | 305 | 0 | 15 | 3 | 24 | 472 | 24 | 113 |
| Binary | 11001011 | 10110001 | 11000101 | 0 | 1101 | 11 | 10100 | 100111010 | 10100 | 1001011 |
Color Harmonies of #CBB1C5
Complementary color
Monochromatic Colors of #CBB1C5
Black with #CBB1C5
Text Example
Text Example
White with #CBB1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB1C5; }
p { color: rgb(203,177,197); }
H1.HeaderClassName
{
color: #CBB1C5;
}
.AnyTagClassName
{
color: #CBB1C5;
}
</style>
background-color css
<style>
a { background-color: #CBB1C5; }
a { background-color: rgb(203,177,197); }
div.DivClassName
{
background-color: #CBB1C5;
}
.BgClassName
{
background-color: #CBB1C5;
}
</style>
border-color css
<style>
span { border-color: #CBB1C5; }
span { border-color: rgb(203,177,197); }
td.TdClassName
{
border-color: #CBB1C5;
}
.TagClassName
{
border-color: #CBB1C5;
}
</style>