#CAA1BE

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

Shades of Maverick #CAA1BE

Tints of Maverick #CAA1BE

Color information

#CAA1BE (or 0xCAA1BE) is unknown color: approx Maverick. HEX triplet: CA, A1 and BE. RGB value is (202,161,190). Sum of RGB (Red+Green+Blue) = 202+161+190=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 161 (63.28% from 255 or 29.11% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA1BE is #355E41. Grayscale: #B0B0B0. Windows color (decimal): -3497538 or 12493258. OLE color: 12493258.

HSL color Cylindrical-coordinate representation of color #CAA1BE: hue angle of 317.56º degrees, saturation: 0.28, 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 #CAA1BE is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB202161190-
CMYK00.200.060.21
HSL317.56º27.89%71.18%-
HSV(B)317.56º20.3%79.22%-
XYZ46.441.7654.33-
YUV176.56135.58146.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.53%
GREEN value IS 161 (63.28% from 255) = 29.11%
BLUE value IS 190 (74.61% from 255) = 34.36%
R=36.53%
G=29.11%
B=34.36%

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
Decimal20216119000.200.060.21317.5627.8971.18
HexCAA1BE01461513e1c47
Octal31224127602462547634107
Binary11001010101000011011111001010011010101100111110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA1BE; }

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

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

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

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

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

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

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

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