Shades of Maverick #CAB1C3
Tints of Maverick #CAB1C3
RGB
CMYK
RGB Variations
Color information
#CAB1C3 (or 0xCAB1C3) is known color: Maverick. HEX triplet: CA, B1 and C3. RGB value is (202,177,195). Sum of RGB (Red+Green+Blue) = 202+177+195=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 177 (69.53% from 255 or 30.84% from 574); Blue value is 195 (76.56% from 255 or 33.97% from 574); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB1C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB1C3 is #354E3C. Grayscale: #BABABA. Windows color (decimal): -3493437 or 12825034. OLE color: 12825034.
HSL color Cylindrical-coordinate representation of color #CAB1C3: hue angle of 316.8º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAB1C3 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 195 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.21 |
| HSL | 316.8º | 0.19% | 0.74% | - |
| HSV(B) | 316.8º | 0.12% | 0.79% | - |
| XYZ | 49.93 | 47.94 | 58.25 | - |
| YUV | 186.53 | 132.78 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 195 | 0 | 0.12 | 0.03 | 0.21 | 316.8 | 0.19 | 0.74 |
| Hex | CA | B1 | C3 | 0 | C | 3 | 15 | 13D | 13 | 4A |
| Octal | 312 | 261 | 303 | 0 | 14 | 3 | 25 | 475 | 23 | 112 |
| Binary | 11001010 | 10110001 | 11000011 | 0 | 1100 | 11 | 10101 | 100111101 | 10011 | 1001010 |
Color Harmonies of #CAB1C3
Complementary color
Monochromatic Colors of #CAB1C3
Black with #CAB1C3
Text Example
Text Example
White with #CAB1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB1C3; }
p { color: rgb(202,177,195); }
H1.HeaderClassName
{
color: #CAB1C3;
}
.AnyTagClassName
{
color: #CAB1C3;
}
</style>
background-color css
<style>
a { background-color: #CAB1C3; }
a { background-color: rgb(202,177,195); }
div.DivClassName
{
background-color: #CAB1C3;
}
.BgClassName
{
background-color: #CAB1C3;
}
</style>
border-color css
<style>
span { border-color: #CAB1C3; }
span { border-color: rgb(202,177,195); }
td.TdClassName
{
border-color: #CAB1C3;
}
.TagClassName
{
border-color: #CAB1C3;
}
</style>