#CAA8BD

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

Shades of Maverick #CAA8BD

Tints of Maverick #CAA8BD

Color information

#CAA8BD (or 0xCAA8BD) is unknown color: approx Maverick. HEX triplet: CA, A8 and BD. RGB value is (202,168,189). Sum of RGB (Red+Green+Blue) = 202+168+189=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA8BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8BD is #355742. Grayscale: #B4B4B4. Windows color (decimal): -3495747 or 12429514. OLE color: 12429514.

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

Color convert

RGB202168189-
CMYK00.170.060.21
HSL322.94º24.29%72.55%-
HSV(B)322.94º16.83%79.22%-
XYZ47.5544.2454.18-
YUV180.56132.76143.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 168 (66.02% from 255) = 30.05%
BLUE value IS 189 (74.22% from 255) = 33.81%
R=36.14%
G=30.05%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216818900.170.060.21322.9424.2972.55
HexCAA8BD0116151431849
Octal31225027502162550330111
Binary11001010101010001011110101000111010101101000011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA8BD; }

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

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

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

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

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

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

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

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