Shades of Maverick #CBB1C7
Tints of Maverick #CBB1C7
RGB
CMYK
RGB Variations
Color information
#CBB1C7 (or 0xCBB1C7) is known color: Maverick. HEX triplet: CB, B1 and C7. RGB value is (203,177,199). Sum of RGB (Red+Green+Blue) = 203+177+199=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 177 (69.53% from 255 or 30.57% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB1C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB1C7 is #344E38. Grayscale: #BBBBBB. Windows color (decimal): -3427897 or 13087179. OLE color: 13087179.
HSL color Cylindrical-coordinate representation of color #CBB1C7: hue angle of 309.23º 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 #CBB1C7 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 199 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.20 |
| HSL | 309.23º | 0.2% | 0.75% | - |
| HSV(B) | 309.23º | 0.13% | 0.8% | - |
| XYZ | 50.66 | 48.26 | 60.68 | - |
| YUV | 187.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 199 | 0 | 0.13 | 0.02 | 0.20 | 309.23 | 0.2 | 0.75 |
| Hex | CB | B1 | C7 | 0 | D | 2 | 14 | 135 | 14 | 4B |
| Octal | 313 | 261 | 307 | 0 | 15 | 2 | 24 | 465 | 24 | 113 |
| Binary | 11001011 | 10110001 | 11000111 | 0 | 1101 | 10 | 10100 | 100110101 | 10100 | 1001011 |
Color Harmonies of #CBB1C7
Complementary color
Monochromatic Colors of #CBB1C7
Black with #CBB1C7
Text Example
Text Example
White with #CBB1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB1C7; }
p { color: rgb(203,177,199); }
H1.HeaderClassName
{
color: #CBB1C7;
}
.AnyTagClassName
{
color: #CBB1C7;
}
</style>
background-color css
<style>
a { background-color: #CBB1C7; }
a { background-color: rgb(203,177,199); }
div.DivClassName
{
background-color: #CBB1C7;
}
.BgClassName
{
background-color: #CBB1C7;
}
</style>
border-color css
<style>
span { border-color: #CBB1C7; }
span { border-color: rgb(203,177,199); }
td.TdClassName
{
border-color: #CBB1C7;
}
.TagClassName
{
border-color: #CBB1C7;
}
</style>