Shades of Maverick #CBB0C4
Tints of Maverick #CBB0C4
RGB
CMYK
RGB Variations
Color information
#CBB0C4 (or 0xCBB0C4) is known color: Maverick. HEX triplet: CB, B0 and C4. RGB value is (203,176,196). Sum of RGB (Red+Green+Blue) = 203+176+196=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 176 (69.14% from 255 or 30.61% from 575); Blue value is 196 (76.95% from 255 or 34.09% from 575); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB0C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB0C4 is #344F3B. Grayscale: #BABABA. Windows color (decimal): -3428156 or 12890315. OLE color: 12890315.
HSL color Cylindrical-coordinate representation of color #CBB0C4: hue angle of 315.56º 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 #CBB0C4 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 196 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.20 |
| HSL | 315.56º | 0.21% | 0.74% | - |
| HSV(B) | 315.56º | 0.13% | 0.8% | - |
| XYZ | 50.12 | 47.73 | 58.8 | - |
| YUV | 186.35 | 133.45 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 196 | 0 | 0.13 | 0.03 | 0.20 | 315.56 | 0.21 | 0.74 |
| Hex | CB | B0 | C4 | 0 | D | 3 | 14 | 13C | 15 | 4A |
| Octal | 313 | 260 | 304 | 0 | 15 | 3 | 24 | 474 | 25 | 112 |
| Binary | 11001011 | 10110000 | 11000100 | 0 | 1101 | 11 | 10100 | 100111100 | 10101 | 1001010 |
Color Harmonies of #CBB0C4
Complementary color
Monochromatic Colors of #CBB0C4
Black with #CBB0C4
Text Example
Text Example
White with #CBB0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB0C4; }
p { color: rgb(203,176,196); }
H1.HeaderClassName
{
color: #CBB0C4;
}
.AnyTagClassName
{
color: #CBB0C4;
}
</style>
background-color css
<style>
a { background-color: #CBB0C4; }
a { background-color: rgb(203,176,196); }
div.DivClassName
{
background-color: #CBB0C4;
}
.BgClassName
{
background-color: #CBB0C4;
}
</style>
border-color css
<style>
span { border-color: #CBB0C4; }
span { border-color: rgb(203,176,196); }
td.TdClassName
{
border-color: #CBB0C4;
}
.TagClassName
{
border-color: #CBB0C4;
}
</style>