Shades of Maverick #CAAEBE
Tints of Maverick #CAAEBE
RGB
CMYK
RGB Variations
Color information
#CAAEBE (or 0xCAAEBE) is known color: Maverick. HEX triplet: CA, AE and BE. RGB value is (202,174,190). Sum of RGB (Red+Green+Blue) = 202+174+190=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEBE is #355141. Grayscale: #B8B8B8. Windows color (decimal): -3494210 or 12496586. OLE color: 12496586.
HSL color Cylindrical-coordinate representation of color #CAAEBE: hue angle of 325.71º 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 #CAAEBE is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 174 | 190 | - |
CMYK | 0 | 0.14 | 0.06 | 0.21 |
HSL | 325.71º | 0.21% | 0.74% | - |
HSV(B) | 325.71º | 0.14% | 0.79% | - |
XYZ | 48.79 | 46.55 | 55.13 | - |
YUV | 184.2 | 131.28 | 140.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 174 | 190 | 0 | 0.14 | 0.06 | 0.21 | 325.71 | 0.21 | 0.74 |
Hex | CA | AE | BE | 0 | E | 6 | 15 | 146 | 15 | 4A |
Octal | 312 | 256 | 276 | 0 | 16 | 6 | 25 | 506 | 25 | 112 |
Binary | 11001010 | 10101110 | 10111110 | 0 | 1110 | 110 | 10101 | 101000110 | 10101 | 1001010 |
Color Harmonies of #CAAEBE
Complementary color
Monochromatic Colors of #CAAEBE
Black with #CAAEBE
Text Example
Text Example
White with #CAAEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAEBE; }
p { color: rgb(202,174,190); }
H1.HeaderClassName
{
color: #CAAEBE;
}
.AnyTagClassName
{
color: #CAAEBE;
}
</style>
background-color css
<style>
a { background-color: #CAAEBE; }
a { background-color: rgb(202,174,190); }
div.DivClassName
{
background-color: #CAAEBE;
}
.BgClassName
{
background-color: #CAAEBE;
}
</style>
border-color css
<style>
span { border-color: #CAAEBE; }
span { border-color: rgb(202,174,190); }
td.TdClassName
{
border-color: #CAAEBE;
}
.TagClassName
{
border-color: #CAAEBE;
}
</style>