Shades of Maverick #CAAEB9
Tints of Maverick #CAAEB9
RGB
CMYK
RGB Variations
Color information
#CAAEB9 (or 0xCAAEB9) is known color: Maverick. HEX triplet: CA, AE and B9. RGB value is (202,174,185). Sum of RGB (Red+Green+Blue) = 202+174+185=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEB9 is #355146. Grayscale: #B7B7B7. Windows color (decimal): -3494215 or 12168906. OLE color: 12168906.
HSL color Cylindrical-coordinate representation of color #CAAEB9: hue angle of 336.43º 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 #CAAEB9 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 174 | 185 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.21 |
| HSL | 336.43º | 0.21% | 0.74% | - |
| HSV(B) | 336.43º | 0.14% | 0.79% | - |
| XYZ | 48.25 | 46.33 | 52.3 | - |
| YUV | 183.63 | 128.78 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 174 | 185 | 0 | 0.14 | 0.08 | 0.21 | 336.43 | 0.21 | 0.74 |
| Hex | CA | AE | B9 | 0 | E | 8 | 15 | 150 | 15 | 4A |
| Octal | 312 | 256 | 271 | 0 | 16 | 10 | 25 | 520 | 25 | 112 |
| Binary | 11001010 | 10101110 | 10111001 | 0 | 1110 | 1000 | 10101 | 101010000 | 10101 | 1001010 |
Color Harmonies of #CAAEB9
Complementary color
Monochromatic Colors of #CAAEB9
Black with #CAAEB9
Text Example
Text Example
White with #CAAEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAEB9; }
p { color: rgb(202,174,185); }
H1.HeaderClassName
{
color: #CAAEB9;
}
.AnyTagClassName
{
color: #CAAEB9;
}
</style>
background-color css
<style>
a { background-color: #CAAEB9; }
a { background-color: rgb(202,174,185); }
div.DivClassName
{
background-color: #CAAEB9;
}
.BgClassName
{
background-color: #CAAEB9;
}
</style>
border-color css
<style>
span { border-color: #CAAEB9; }
span { border-color: rgb(202,174,185); }
td.TdClassName
{
border-color: #CAAEB9;
}
.TagClassName
{
border-color: #CAAEB9;
}
</style>