#CAA4C1

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

Shades of Maverick #CAA4C1

Tints of Maverick #CAA4C1

Color information

#CAA4C1 (or 0xCAA4C1) is unknown color: approx Maverick. HEX triplet: CA, A4 and C1. RGB value is (202,164,193). Sum of RGB (Red+Green+Blue) = 202+164+193=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 164 (64.45% from 255 or 29.34% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA4C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA4C1 is #355B3E. Grayscale: #B2B2B2. Windows color (decimal): -3496767 or 12690634. OLE color: 12690634.

HSL color Cylindrical-coordinate representation of color #CAA4C1: hue angle of 314.21º 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 #CAA4C1 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB202164193-
CMYK00.190.040.21
HSL314.21º26.39%71.76%-
HSV(B)314.21º18.81%79.22%-
XYZ47.2642.9656.25-
YUV178.67136.09144.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 164 (64.45% from 255) = 29.34%
BLUE value IS 193 (75.78% from 255) = 34.53%
R=36.14%
G=29.34%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216419300.190.040.21314.2126.3971.76
HexCAA4C101341513a1a48
Octal31224430102342547232110
Binary11001010101001001100000101001110010101100111010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA4C1; }

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

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

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

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

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

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

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

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