#CAA2BE

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

Shades of Maverick #CAA2BE

Tints of Maverick #CAA2BE

Color information

#CAA2BE (or 0xCAA2BE) is unknown color: approx Maverick. HEX triplet: CA, A2 and BE. RGB value is (202,162,190). Sum of RGB (Red+Green+Blue) = 202+162+190=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 162 (63.67% from 255 or 29.24% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA2BE is #355D41. Grayscale: #B1B1B1. Windows color (decimal): -3497282 or 12493514. OLE color: 12493514.

HSL color Cylindrical-coordinate representation of color #CAA2BE: hue angle of 318º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAA2BE is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB202162190-
CMYK00.200.060.21
HSL318º27.4%71.37%-
HSV(B)318º19.8%79.22%-
XYZ46.5742.1154.39-
YUV177.15135.25145.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 162 (63.67% from 255) = 29.24%
BLUE value IS 190 (74.61% from 255) = 34.30%
R=36.46%
G=29.24%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216219000.200.060.2131827.471.37
HexCAA2BE01461513e1b47
Octal31224227602462547633107
Binary11001010101000101011111001010011010101100111110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA2BE; }

 p { color: rgb(202,162,190); }

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

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

 a { background-color: rgb(202,162,190); }

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

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

 span { border-color: rgb(202,162,190); }

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