Shades of Maverick #CAAEC3
Tints of Maverick #CAAEC3
RGB
CMYK
RGB Variations
Color information
#CAAEC3 (or 0xCAAEC3) is known color: Maverick. HEX triplet: CA, AE and C3. RGB value is (202,174,195). Sum of RGB (Red+Green+Blue) = 202+174+195=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 195 (76.56% from 255 or 34.15% from 571); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEC3 is #35513C. Grayscale: #B8B8B8. Windows color (decimal): -3494205 or 12824266. OLE color: 12824266.
HSL color Cylindrical-coordinate representation of color #CAAEC3: hue angle of 315º 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 #CAAEC3 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 174 | 195 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.21 |
| HSL | 315º | 0.21% | 0.74% | - |
| HSV(B) | 315º | 0.14% | 0.79% | - |
| XYZ | 49.34 | 46.77 | 58.06 | - |
| YUV | 184.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 174 | 195 | 0 | 0.14 | 0.03 | 0.21 | 315 | 0.21 | 0.74 |
| Hex | CA | AE | C3 | 0 | E | 3 | 15 | 13B | 15 | 4A |
| Octal | 312 | 256 | 303 | 0 | 16 | 3 | 25 | 473 | 25 | 112 |
| Binary | 11001010 | 10101110 | 11000011 | 0 | 1110 | 11 | 10101 | 100111011 | 10101 | 1001010 |
Color Harmonies of #CAAEC3
Complementary color
Monochromatic Colors of #CAAEC3
Black with #CAAEC3
Text Example
Text Example
White with #CAAEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAEC3; }
p { color: rgb(202,174,195); }
H1.HeaderClassName
{
color: #CAAEC3;
}
.AnyTagClassName
{
color: #CAAEC3;
}
</style>
background-color css
<style>
a { background-color: #CAAEC3; }
a { background-color: rgb(202,174,195); }
div.DivClassName
{
background-color: #CAAEC3;
}
.BgClassName
{
background-color: #CAAEC3;
}
</style>
border-color css
<style>
span { border-color: #CAAEC3; }
span { border-color: rgb(202,174,195); }
td.TdClassName
{
border-color: #CAAEC3;
}
.TagClassName
{
border-color: #CAAEC3;
}
</style>