Shades of Maverick #CBB0C2
Tints of Maverick #CBB0C2
RGB
CMYK
RGB Variations
Color information
#CBB0C2 (or 0xCBB0C2) is known color: Maverick. HEX triplet: CB, B0 and C2. RGB value is (203,176,194). Sum of RGB (Red+Green+Blue) = 203+176+194=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB0C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB0C2 is #344F3D. Grayscale: #BABABA. Windows color (decimal): -3428158 or 12759243. OLE color: 12759243.
HSL color Cylindrical-coordinate representation of color #CBB0C2: hue angle of 320º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBB0C2 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 194 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.20 |
| HSL | 320º | 0.21% | 0.74% | - |
| HSV(B) | 320º | 0.13% | 0.8% | - |
| XYZ | 49.89 | 47.64 | 57.61 | - |
| YUV | 186.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 194 | 0 | 0.13 | 0.04 | 0.20 | 320 | 0.21 | 0.74 |
| Hex | CB | B0 | C2 | 0 | D | 4 | 14 | 140 | 15 | 4A |
| Octal | 313 | 260 | 302 | 0 | 15 | 4 | 24 | 500 | 25 | 112 |
| Binary | 11001011 | 10110000 | 11000010 | 0 | 1101 | 100 | 10100 | 101000000 | 10101 | 1001010 |
Color Harmonies of #CBB0C2
Complementary color
Monochromatic Colors of #CBB0C2
Black with #CBB0C2
Text Example
Text Example
White with #CBB0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB0C2; }
p { color: rgb(203,176,194); }
H1.HeaderClassName
{
color: #CBB0C2;
}
.AnyTagClassName
{
color: #CBB0C2;
}
</style>
background-color css
<style>
a { background-color: #CBB0C2; }
a { background-color: rgb(203,176,194); }
div.DivClassName
{
background-color: #CBB0C2;
}
.BgClassName
{
background-color: #CBB0C2;
}
</style>
border-color css
<style>
span { border-color: #CBB0C2; }
span { border-color: rgb(203,176,194); }
td.TdClassName
{
border-color: #CBB0C2;
}
.TagClassName
{
border-color: #CBB0C2;
}
</style>