Shades of Maverick #CAB0BD
Tints of Maverick #CAB0BD
RGB
CMYK
RGB Variations
Color information
#CAB0BD (or 0xCAB0BD) is known color: Maverick. HEX triplet: CA, B0 and BD. RGB value is (202,176,189). Sum of RGB (Red+Green+Blue) = 202+176+189=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB0BD is #354F42. Grayscale: #B9B9B9. Windows color (decimal): -3493699 or 12431562. OLE color: 12431562.
HSL color Cylindrical-coordinate representation of color #CAB0BD: hue angle of 330º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAB0BD is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 189 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.21 |
| HSL | 330º | 0.2% | 0.74% | - |
| HSV(B) | 330º | 0.13% | 0.79% | - |
| XYZ | 49.07 | 47.28 | 54.68 | - |
| YUV | 185.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 189 | 0 | 0.13 | 0.06 | 0.21 | 330 | 0.2 | 0.74 |
| Hex | CA | B0 | BD | 0 | D | 6 | 15 | 14A | 14 | 4A |
| Octal | 312 | 260 | 275 | 0 | 15 | 6 | 25 | 512 | 24 | 112 |
| Binary | 11001010 | 10110000 | 10111101 | 0 | 1101 | 110 | 10101 | 101001010 | 10100 | 1001010 |
Color Harmonies of #CAB0BD
Complementary color
Monochromatic Colors of #CAB0BD
Black with #CAB0BD
Text Example
Text Example
White with #CAB0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB0BD; }
p { color: rgb(202,176,189); }
H1.HeaderClassName
{
color: #CAB0BD;
}
.AnyTagClassName
{
color: #CAB0BD;
}
</style>
background-color css
<style>
a { background-color: #CAB0BD; }
a { background-color: rgb(202,176,189); }
div.DivClassName
{
background-color: #CAB0BD;
}
.BgClassName
{
background-color: #CAB0BD;
}
</style>
border-color css
<style>
span { border-color: #CAB0BD; }
span { border-color: rgb(202,176,189); }
td.TdClassName
{
border-color: #CAB0BD;
}
.TagClassName
{
border-color: #CAB0BD;
}
</style>