Shades of Maverick #CBB4C6
Tints of Maverick #CBB4C6
RGB
CMYK
RGB Variations
Color information
#CBB4C6 (or 0xCBB4C6) is known color: Maverick. HEX triplet: CB, B4 and C6. RGB value is (203,180,198). Sum of RGB (Red+Green+Blue) = 203+180+198=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 180 (70.70% from 255 or 30.98% from 581); Blue value is 198 (77.73% from 255 or 34.08% from 581); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB4C6 is #344B39. Grayscale: #BCBCBC. Windows color (decimal): -3427130 or 13022411. OLE color: 13022411.
HSL color Cylindrical-coordinate representation of color #CBB4C6: hue angle of 313.04º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBB4C6 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 198 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.20 |
| HSL | 313.04º | 0.18% | 0.75% | - |
| HSV(B) | 313.04º | 0.11% | 0.8% | - |
| XYZ | 51.14 | 49.42 | 60.27 | - |
| YUV | 188.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 198 | 0 | 0.11 | 0.02 | 0.20 | 313.04 | 0.18 | 0.75 |
| Hex | CB | B4 | C6 | 0 | B | 2 | 14 | 139 | 12 | 4B |
| Octal | 313 | 264 | 306 | 0 | 13 | 2 | 24 | 471 | 22 | 113 |
| Binary | 11001011 | 10110100 | 11000110 | 0 | 1011 | 10 | 10100 | 100111001 | 10010 | 1001011 |
Color Harmonies of #CBB4C6
Complementary color
Monochromatic Colors of #CBB4C6
Black with #CBB4C6
Text Example
Text Example
White with #CBB4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB4C6; }
p { color: rgb(203,180,198); }
H1.HeaderClassName
{
color: #CBB4C6;
}
.AnyTagClassName
{
color: #CBB4C6;
}
</style>
background-color css
<style>
a { background-color: #CBB4C6; }
a { background-color: rgb(203,180,198); }
div.DivClassName
{
background-color: #CBB4C6;
}
.BgClassName
{
background-color: #CBB4C6;
}
</style>
border-color css
<style>
span { border-color: #CBB4C6; }
span { border-color: rgb(203,180,198); }
td.TdClassName
{
border-color: #CBB4C6;
}
.TagClassName
{
border-color: #CBB4C6;
}
</style>