#CAA2BD

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

Shades of Maverick #CAA2BD

Tints of Maverick #CAA2BD

Color information

#CAA2BD (or 0xCAA2BD) is unknown color: approx Maverick. HEX triplet: CA, A2 and BD. RGB value is (202,162,189). Sum of RGB (Red+Green+Blue) = 202+162+189=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA2BD is #355D42. Grayscale: #B0B0B0. Windows color (decimal): -3497283 or 12427978. OLE color: 12427978.

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

Color convert

RGB202162189-
CMYK00.200.060.21
HSL319.5º27.4%71.37%-
HSV(B)319.5º19.8%79.22%-
XYZ46.4642.0753.82-
YUV177.04134.75145.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.53%
GREEN value IS 162 (63.67% from 255) = 29.29%
BLUE value IS 189 (74.22% from 255) = 34.18%
R=36.53%
G=29.29%
B=34.18%

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
Decimal20216218900.200.060.21319.527.471.37
HexCAA2BD0146151401b47
Octal31224227502462550033107
Binary11001010101000101011110101010011010101101000000110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA2BD; }

 p { color: rgb(202,162,189); }

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

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

 a { background-color: rgb(202,162,189); }

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

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

 span { border-color: rgb(202,162,189); }

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