Shades of Maverick #CBB7C3
Tints of Maverick #CBB7C3
RGB
CMYK
RGB Variations
Color information
#CBB7C3 (or 0xCBB7C3) is known color: Maverick. HEX triplet: CB, B7 and C3. RGB value is (203,183,195). Sum of RGB (Red+Green+Blue) = 203+183+195=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 183 (71.88% from 255 or 31.50% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB7C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB7C3 is #34483C. Grayscale: #BEBEBE. Windows color (decimal): -3426365 or 12826571. OLE color: 12826571.
HSL color Cylindrical-coordinate representation of color #CBB7C3: hue angle of 324º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBB7C3 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 195 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.20 |
| HSL | 324º | 0.16% | 0.76% | - |
| HSV(B) | 324º | 0.1% | 0.8% | - |
| XYZ | 51.41 | 50.5 | 58.67 | - |
| YUV | 190.35 | 130.63 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 195 | 0 | 0.10 | 0.04 | 0.20 | 324 | 0.16 | 0.76 |
| Hex | CB | B7 | C3 | 0 | A | 4 | 14 | 144 | 10 | 4C |
| Octal | 313 | 267 | 303 | 0 | 12 | 4 | 24 | 504 | 20 | 114 |
| Binary | 11001011 | 10110111 | 11000011 | 0 | 1010 | 100 | 10100 | 101000100 | 10000 | 1001100 |
Color Harmonies of #CBB7C3
Complementary color
Monochromatic Colors of #CBB7C3
Black with #CBB7C3
Text Example
Text Example
White with #CBB7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB7C3; }
p { color: rgb(203,183,195); }
H1.HeaderClassName
{
color: #CBB7C3;
}
.AnyTagClassName
{
color: #CBB7C3;
}
</style>
background-color css
<style>
a { background-color: #CBB7C3; }
a { background-color: rgb(203,183,195); }
div.DivClassName
{
background-color: #CBB7C3;
}
.BgClassName
{
background-color: #CBB7C3;
}
</style>
border-color css
<style>
span { border-color: #CBB7C3; }
span { border-color: rgb(203,183,195); }
td.TdClassName
{
border-color: #CBB7C3;
}
.TagClassName
{
border-color: #CBB7C3;
}
</style>