Shades of Maverick #CAAEC0
Tints of Maverick #CAAEC0
RGB
CMYK
RGB Variations
Color information
#CAAEC0 (or 0xCAAEC0) is known color: Maverick. HEX triplet: CA, AE and C0. RGB value is (202,174,192). Sum of RGB (Red+Green+Blue) = 202+174+192=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEC0 is #35513F. Grayscale: #B8B8B8. Windows color (decimal): -3494208 or 12627658. OLE color: 12627658.
HSL color Cylindrical-coordinate representation of color #CAAEC0: hue angle of 321.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 #CAAEC0 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 174 | 192 | - |
CMYK | 0 | 0.14 | 0.05 | 0.21 |
HSL | 321.43º | 0.21% | 0.74% | - |
HSV(B) | 321.43º | 0.14% | 0.79% | - |
XYZ | 49.01 | 46.63 | 56.29 | - |
YUV | 184.42 | 132.28 | 140.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 174 | 192 | 0 | 0.14 | 0.05 | 0.21 | 321.43 | 0.21 | 0.74 |
Hex | CA | AE | C0 | 0 | E | 5 | 15 | 141 | 15 | 4A |
Octal | 312 | 256 | 300 | 0 | 16 | 5 | 25 | 501 | 25 | 112 |
Binary | 11001010 | 10101110 | 11000000 | 0 | 1110 | 101 | 10101 | 101000001 | 10101 | 1001010 |
Color Harmonies of #CAAEC0
Complementary color
Monochromatic Colors of #CAAEC0
Black with #CAAEC0
Text Example
Text Example
White with #CAAEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAEC0; }
p { color: rgb(202,174,192); }
H1.HeaderClassName
{
color: #CAAEC0;
}
.AnyTagClassName
{
color: #CAAEC0;
}
</style>
background-color css
<style>
a { background-color: #CAAEC0; }
a { background-color: rgb(202,174,192); }
div.DivClassName
{
background-color: #CAAEC0;
}
.BgClassName
{
background-color: #CAAEC0;
}
</style>
border-color css
<style>
span { border-color: #CAAEC0; }
span { border-color: rgb(202,174,192); }
td.TdClassName
{
border-color: #CAAEC0;
}
.TagClassName
{
border-color: #CAAEC0;
}
</style>