Shades of Maverick #CAB1BE
Tints of Maverick #CAB1BE
RGB
CMYK
RGB Variations
Color information
#CAB1BE (or 0xCAB1BE) is known color: Maverick. HEX triplet: CA, B1 and BE. RGB value is (202,177,190). Sum of RGB (Red+Green+Blue) = 202+177+190=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB1BE is #354E41. Grayscale: #B9B9B9. Windows color (decimal): -3493442 or 12497354. OLE color: 12497354.
HSL color Cylindrical-coordinate representation of color #CAB1BE: hue angle of 328.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 #CAB1BE is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 177 | 190 | - |
CMYK | 0 | 0.12 | 0.06 | 0.21 |
HSL | 328.8º | 0.19% | 0.74% | - |
HSV(B) | 328.8º | 0.12% | 0.79% | - |
XYZ | 49.37 | 47.72 | 55.32 | - |
YUV | 185.96 | 130.28 | 139.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 177 | 190 | 0 | 0.12 | 0.06 | 0.21 | 328.8 | 0.19 | 0.74 |
Hex | CA | B1 | BE | 0 | C | 6 | 15 | 149 | 13 | 4A |
Octal | 312 | 261 | 276 | 0 | 14 | 6 | 25 | 511 | 23 | 112 |
Binary | 11001010 | 10110001 | 10111110 | 0 | 1100 | 110 | 10101 | 101001001 | 10011 | 1001010 |
Color Harmonies of #CAB1BE
Complementary color
Monochromatic Colors of #CAB1BE
Black with #CAB1BE
Text Example
Text Example
White with #CAB1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB1BE; }
p { color: rgb(202,177,190); }
H1.HeaderClassName
{
color: #CAB1BE;
}
.AnyTagClassName
{
color: #CAB1BE;
}
</style>
background-color css
<style>
a { background-color: #CAB1BE; }
a { background-color: rgb(202,177,190); }
div.DivClassName
{
background-color: #CAB1BE;
}
.BgClassName
{
background-color: #CAB1BE;
}
</style>
border-color css
<style>
span { border-color: #CAB1BE; }
span { border-color: rgb(202,177,190); }
td.TdClassName
{
border-color: #CAB1BE;
}
.TagClassName
{
border-color: #CAB1BE;
}
</style>