Shades of Maverick #CAAEC1
Tints of Maverick #CAAEC1
RGB
CMYK
RGB Variations
Color information
#CAAEC1 (or 0xCAAEC1) is known color: Maverick. HEX triplet: CA, AE and C1. RGB value is (202,174,193). Sum of RGB (Red+Green+Blue) = 202+174+193=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 193 (75.78% from 255 or 33.92% from 569); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEC1 is #35513E. Grayscale: #B8B8B8. Windows color (decimal): -3494207 or 12693194. OLE color: 12693194.
HSL color Cylindrical-coordinate representation of color #CAAEC1: hue angle of 319.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 #CAAEC1 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 174 | 193 | - |
CMYK | 0 | 0.14 | 0.04 | 0.21 |
HSL | 319.29º | 0.21% | 0.74% | - |
HSV(B) | 319.29º | 0.14% | 0.79% | - |
XYZ | 49.12 | 46.68 | 56.87 | - |
YUV | 184.54 | 132.78 | 140.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 174 | 193 | 0 | 0.14 | 0.04 | 0.21 | 319.29 | 0.21 | 0.74 |
Hex | CA | AE | C1 | 0 | E | 4 | 15 | 13F | 15 | 4A |
Octal | 312 | 256 | 301 | 0 | 16 | 4 | 25 | 477 | 25 | 112 |
Binary | 11001010 | 10101110 | 11000001 | 0 | 1110 | 100 | 10101 | 100111111 | 10101 | 1001010 |
Color Harmonies of #CAAEC1
Complementary color
Monochromatic Colors of #CAAEC1
Black with #CAAEC1
Text Example
Text Example
White with #CAAEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAEC1; }
p { color: rgb(202,174,193); }
H1.HeaderClassName
{
color: #CAAEC1;
}
.AnyTagClassName
{
color: #CAAEC1;
}
</style>
background-color css
<style>
a { background-color: #CAAEC1; }
a { background-color: rgb(202,174,193); }
div.DivClassName
{
background-color: #CAAEC1;
}
.BgClassName
{
background-color: #CAAEC1;
}
</style>
border-color css
<style>
span { border-color: #CAAEC1; }
span { border-color: rgb(202,174,193); }
td.TdClassName
{
border-color: #CAAEC1;
}
.TagClassName
{
border-color: #CAAEC1;
}
</style>