Shades of Maverick #CAAEC4
Tints of Maverick #CAAEC4
RGB
CMYK
RGB Variations
Color information
#CAAEC4 (or 0xCAAEC4) is known color: Maverick. HEX triplet: CA, AE and C4. RGB value is (202,174,196). Sum of RGB (Red+Green+Blue) = 202+174+196=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 196 (76.95% from 255 or 34.27% from 572); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEC4 is #35513B. Grayscale: #B8B8B8. Windows color (decimal): -3494204 or 12889802. OLE color: 12889802.
HSL color Cylindrical-coordinate representation of color #CAAEC4: hue angle of 312.86º 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 #CAAEC4 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 174 | 196 | - |
CMYK | 0 | 0.14 | 0.03 | 0.21 |
HSL | 312.86º | 0.21% | 0.74% | - |
HSV(B) | 312.86º | 0.14% | 0.79% | - |
XYZ | 49.46 | 46.81 | 58.65 | - |
YUV | 184.88 | 134.28 | 140.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 174 | 196 | 0 | 0.14 | 0.03 | 0.21 | 312.86 | 0.21 | 0.74 |
Hex | CA | AE | C4 | 0 | E | 3 | 15 | 139 | 15 | 4A |
Octal | 312 | 256 | 304 | 0 | 16 | 3 | 25 | 471 | 25 | 112 |
Binary | 11001010 | 10101110 | 11000100 | 0 | 1110 | 11 | 10101 | 100111001 | 10101 | 1001010 |
Color Harmonies of #CAAEC4
Complementary color
Monochromatic Colors of #CAAEC4
Black with #CAAEC4
Text Example
Text Example
White with #CAAEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAEC4; }
p { color: rgb(202,174,196); }
H1.HeaderClassName
{
color: #CAAEC4;
}
.AnyTagClassName
{
color: #CAAEC4;
}
</style>
background-color css
<style>
a { background-color: #CAAEC4; }
a { background-color: rgb(202,174,196); }
div.DivClassName
{
background-color: #CAAEC4;
}
.BgClassName
{
background-color: #CAAEC4;
}
</style>
border-color css
<style>
span { border-color: #CAAEC4; }
span { border-color: rgb(202,174,196); }
td.TdClassName
{
border-color: #CAAEC4;
}
.TagClassName
{
border-color: #CAAEC4;
}
</style>