#CAA8BB

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

Shades of Maverick #CAA8BB

Tints of Maverick #CAA8BB

Color information

#CAA8BB (or 0xCAA8BB) is unknown color: approx Maverick. HEX triplet: CA, A8 and BB. RGB value is (202,168,187). Sum of RGB (Red+Green+Blue) = 202+168+187=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA8BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8BB is #355744. Grayscale: #B4B4B4. Windows color (decimal): -3495749 or 12298442. OLE color: 12298442.

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

Color convert

RGB202168187-
CMYK00.170.070.21
HSL326.47º24.29%72.55%-
HSV(B)326.47º16.83%79.22%-
XYZ47.3344.1553.04-
YUV180.33131.76143.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.27%
GREEN value IS 168 (66.02% from 255) = 30.16%
BLUE value IS 187 (73.44% from 255) = 33.57%
R=36.27%
G=30.16%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216818700.170.070.21326.4724.2972.55
HexCAA8BB0117151461849
Octal31225027302172550630111
Binary11001010101010001011101101000111110101101000110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA8BB; }

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

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

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

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

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

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

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

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