Shades of Maverick #CAAEBA
Tints of Maverick #CAAEBA
RGB
CMYK
RGB Variations
Color information
#CAAEBA (or 0xCAAEBA) is known color: Maverick. HEX triplet: CA, AE and BA. RGB value is (202,174,186). Sum of RGB (Red+Green+Blue) = 202+174+186=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEBA is #355145. Grayscale: #B7B7B7. Windows color (decimal): -3494214 or 12234442. OLE color: 12234442.
HSL color Cylindrical-coordinate representation of color #CAAEBA: hue angle of 334.29º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAAEBA is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 174 | 186 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.21 |
| HSL | 334.29º | 0.21% | 0.74% | - |
| HSV(B) | 334.29º | 0.14% | 0.79% | - |
| XYZ | 48.36 | 46.37 | 52.86 | - |
| YUV | 183.74 | 129.28 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 174 | 186 | 0 | 0.14 | 0.08 | 0.21 | 334.29 | 0.21 | 0.74 |
| Hex | CA | AE | BA | 0 | E | 8 | 15 | 14E | 15 | 4A |
| Octal | 312 | 256 | 272 | 0 | 16 | 10 | 25 | 516 | 25 | 112 |
| Binary | 11001010 | 10101110 | 10111010 | 0 | 1110 | 1000 | 10101 | 101001110 | 10101 | 1001010 |
Color Harmonies of #CAAEBA
Complementary color
Monochromatic Colors of #CAAEBA
Black with #CAAEBA
Text Example
Text Example
White with #CAAEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAEBA; }
p { color: rgb(202,174,186); }
H1.HeaderClassName
{
color: #CAAEBA;
}
.AnyTagClassName
{
color: #CAAEBA;
}
</style>
background-color css
<style>
a { background-color: #CAAEBA; }
a { background-color: rgb(202,174,186); }
div.DivClassName
{
background-color: #CAAEBA;
}
.BgClassName
{
background-color: #CAAEBA;
}
</style>
border-color css
<style>
span { border-color: #CAAEBA; }
span { border-color: rgb(202,174,186); }
td.TdClassName
{
border-color: #CAAEBA;
}
.TagClassName
{
border-color: #CAAEBA;
}
</style>