#CAAABA

Color #CAAABA Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #CAAABA

Tints of Maverick #CAAABA

Color information

#CAAABA (or 0xCAAABA) is unknown color: approx Maverick. HEX triplet: CA, AA and BA. RGB value is (202,170,186). Sum of RGB (Red+Green+Blue) = 202+170+186=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAABA is #355545. Grayscale: #B5B5B5. Windows color (decimal): -3495238 or 12233418. OLE color: 12233418.

HSL color Cylindrical-coordinate representation of color #CAAABA: hue angle of 330º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAAABA is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB202170186-
CMYK00.160.080.21
HSL330º23.19%72.94%-
HSV(B)330º15.84%79.22%-
XYZ47.5944.8552.6-
YUV181.39130.6142.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 36.20%
GREEN value IS 170 (66.80% from 255) = 30.47%
BLUE value IS 186 (73.05% from 255) = 33.33%
R=36.20%
G=30.47%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217018600.160.080.2133023.1972.94
HexCAAABA01081514a1749
Octal312252272020102551227111
Binary110010101010101010111010010000100010101101001010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAABA; }

 p { color: rgb(202,170,186); }

 H1.HeaderClassName
 {
   color: #CAAABA;
 }
 .AnyTagClassName
 {
   color: #CAAABA;
 }
</style>
background-color css

<style>
 a { background-color: #CAAABA; }

 a { background-color: rgb(202,170,186); }

 div.DivClassName
 {
   background-color: #CAAABA;
 }
 .BgClassName
 {
   background-color: #CAAABA;
 }
</style>
border-color css

<style>
 span { border-color: #CAAABA; }

 span { border-color: rgb(202,170,186); }

 td.TdClassName
 {
   border-color: #CAAABA;
 }
 .TagClassName
 {
   border-color: #CAAABA;
 }
</style>