#CAA5C1

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

Shades of Maverick #CAA5C1

Tints of Maverick #CAA5C1

Color information

#CAA5C1 (or 0xCAA5C1) is unknown color: approx Maverick. HEX triplet: CA, A5 and C1. RGB value is (202,165,193). Sum of RGB (Red+Green+Blue) = 202+165+193=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA5C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA5C1 is #355A3E. Grayscale: #B3B3B3. Windows color (decimal): -3496511 or 12690890. OLE color: 12690890.

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

Color convert

RGB202165193-
CMYK00.180.040.21
HSL314.59º25.87%71.96%-
HSV(B)314.59º18.32%79.22%-
XYZ47.4443.3256.31-
YUV179.26135.76144.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.07%
GREEN value IS 165 (64.84% from 255) = 29.46%
BLUE value IS 193 (75.78% from 255) = 34.46%
R=36.07%
G=29.46%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216519300.180.040.21314.5925.8771.96
HexCAA5C101241513b1a48
Octal31224530102242547332110
Binary11001010101001011100000101001010010101100111011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA5C1; }

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

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

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

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

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

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

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

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