#CAA4BF

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

Shades of Maverick #CAA4BF

Tints of Maverick #CAA4BF

Color information

#CAA4BF (or 0xCAA4BF) is unknown color: approx Maverick. HEX triplet: CA, A4 and BF. RGB value is (202,164,191). Sum of RGB (Red+Green+Blue) = 202+164+191=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 164 (64.45% from 255 or 29.44% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA4BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA4BF is #355B40. Grayscale: #B2B2B2. Windows color (decimal): -3496769 or 12559562. OLE color: 12559562.

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

Color convert

RGB202164191-
CMYK00.190.050.21
HSL317.37º26.39%71.76%-
HSV(B)317.37º18.81%79.22%-
XYZ47.0442.8755.09-
YUV178.44135.09144.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.27%
GREEN value IS 164 (64.45% from 255) = 29.44%
BLUE value IS 191 (75% from 255) = 34.29%
R=36.27%
G=29.44%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216419100.190.050.21317.3726.3971.76
HexCAA4BF01351513d1a48
Octal31224427702352547532110
Binary11001010101001001011111101001110110101100111101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA4BF; }

 p { color: rgb(202,164,191); }

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

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

 a { background-color: rgb(202,164,191); }

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

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

 span { border-color: rgb(202,164,191); }

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