Shades of Maverick #CAB2BE
Tints of Maverick #CAB2BE
RGB
CMYK
RGB Variations
Color information
#CAB2BE (or 0xCAB2BE) is known color: Maverick. HEX triplet: CA, B2 and BE. RGB value is (202,178,190). Sum of RGB (Red+Green+Blue) = 202+178+190=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB2BE is #354D41. Grayscale: #BABABA. Windows color (decimal): -3493186 or 12497610. OLE color: 12497610.
HSL color Cylindrical-coordinate representation of color #CAB2BE: hue angle of 330º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAB2BE is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 178 | 190 | - |
CMYK | 0 | 0.12 | 0.06 | 0.21 |
HSL | 330º | 0.18% | 0.75% | - |
HSV(B) | 330º | 0.12% | 0.79% | - |
XYZ | 49.57 | 48.12 | 55.39 | - |
YUV | 186.54 | 129.95 | 139.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 178 | 190 | 0 | 0.12 | 0.06 | 0.21 | 330 | 0.18 | 0.75 |
Hex | CA | B2 | BE | 0 | C | 6 | 15 | 14A | 12 | 4B |
Octal | 312 | 262 | 276 | 0 | 14 | 6 | 25 | 512 | 22 | 113 |
Binary | 11001010 | 10110010 | 10111110 | 0 | 1100 | 110 | 10101 | 101001010 | 10010 | 1001011 |
Color Harmonies of #CAB2BE
Complementary color
Monochromatic Colors of #CAB2BE
Black with #CAB2BE
Text Example
Text Example
White with #CAB2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB2BE; }
p { color: rgb(202,178,190); }
H1.HeaderClassName
{
color: #CAB2BE;
}
.AnyTagClassName
{
color: #CAB2BE;
}
</style>
background-color css
<style>
a { background-color: #CAB2BE; }
a { background-color: rgb(202,178,190); }
div.DivClassName
{
background-color: #CAB2BE;
}
.BgClassName
{
background-color: #CAB2BE;
}
</style>
border-color css
<style>
span { border-color: #CAB2BE; }
span { border-color: rgb(202,178,190); }
td.TdClassName
{
border-color: #CAB2BE;
}
.TagClassName
{
border-color: #CAB2BE;
}
</style>