#CAA9BD

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

Shades of Maverick #CAA9BD

Tints of Maverick #CAA9BD

Color information

#CAA9BD (or 0xCAA9BD) is unknown color: approx Maverick. HEX triplet: CA, A9 and BD. RGB value is (202,169,189). Sum of RGB (Red+Green+Blue) = 202+169+189=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 169 (66.41% from 255 or 30.18% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA9BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA9BD is #355642. Grayscale: #B5B5B5. Windows color (decimal): -3495491 or 12429770. OLE color: 12429770.

HSL color Cylindrical-coordinate representation of color #CAA9BD: hue angle of 323.64º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAA9BD is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB202169189-
CMYK00.160.060.21
HSL323.64º23.74%72.75%-
HSV(B)323.64º16.34%79.22%-
XYZ47.7344.6154.24-
YUV181.15132.43142.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.07%
GREEN value IS 169 (66.41% from 255) = 30.18%
BLUE value IS 189 (74.22% from 255) = 33.75%
R=36.07%
G=30.18%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216918900.160.060.21323.6423.7472.75
HexCAA9BD0106151441849
Octal31225127502062550430111
Binary11001010101010011011110101000011010101101000100110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA9BD; }

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

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

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

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

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

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

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

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