#CAA5BE

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

Shades of Maverick #CAA5BE

Tints of Maverick #CAA5BE

Color information

#CAA5BE (or 0xCAA5BE) is unknown color: approx Maverick. HEX triplet: CA, A5 and BE. RGB value is (202,165,190). Sum of RGB (Red+Green+Blue) = 202+165+190=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 165 (64.84% from 255 or 29.62% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA5BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA5BE is #355A41. Grayscale: #B2B2B2. Windows color (decimal): -3496514 or 12494282. OLE color: 12494282.

HSL color Cylindrical-coordinate representation of color #CAA5BE: hue angle of 319.46º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAA5BE is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB202165190-
CMYK00.180.060.21
HSL319.46º25.87%71.96%-
HSV(B)319.46º18.32%79.22%-
XYZ47.1143.1854.57-
YUV178.91134.26144.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.27%
GREEN value IS 165 (64.84% from 255) = 29.62%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=36.27%
G=29.62%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216519000.180.060.21319.4625.8771.96
HexCAA5BE01261513f1a48
Octal31224527602262547732110
Binary11001010101001011011111001001011010101100111111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA5BE; }

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

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

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

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

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

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

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

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