#CAA8BA

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

Shades of Maverick #CAA8BA

Tints of Maverick #CAA8BA

Color information

#CAA8BA (or 0xCAA8BA) is unknown color: approx Maverick. HEX triplet: CA, A8 and BA. RGB value is (202,168,186). Sum of RGB (Red+Green+Blue) = 202+168+186=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA8BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8BA is #355745. Grayscale: #B4B4B4. Windows color (decimal): -3495750 or 12232906. OLE color: 12232906.

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

Color convert

RGB202168186-
CMYK00.170.080.21
HSL328.24º24.29%72.55%-
HSV(B)328.24º16.83%79.22%-
XYZ47.2244.1152.48-
YUV180.22131.26143.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.33%
GREEN value IS 168 (66.02% from 255) = 30.22%
BLUE value IS 186 (73.05% from 255) = 33.45%
R=36.33%
G=30.22%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216818600.170.080.21328.2424.2972.55
HexCAA8BA0118151481849
Octal312250272021102551030111
Binary110010101010100010111010010001100010101101001000110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA8BA; }

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

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

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

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

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

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

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

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