#CAABBA

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

Shades of Maverick #CAABBA

Tints of Maverick #CAABBA

Color information

#CAABBA (or 0xCAABBA) is unknown color: approx Maverick. HEX triplet: CA, AB and BA. RGB value is (202,171,186). Sum of RGB (Red+Green+Blue) = 202+171+186=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 202 - color contains mainly: red. Hex color #CAABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABBA is #355445. Grayscale: #B5B5B5. Windows color (decimal): -3494982 or 12233674. OLE color: 12233674.

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

Color convert

RGB202171186-
CMYK00.150.080.21
HSL330.97º22.63%73.14%-
HSV(B)330.97º15.35%79.22%-
XYZ47.7845.2352.67-
YUV181.98130.27142.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 171 (67.19% from 255) = 30.59%
BLUE value IS 186 (73.05% from 255) = 33.27%
R=36.14%
G=30.59%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217118600.150.080.21330.9722.6373.14
HexCAABBA0F81514b1749
Octal312253272017102551327111
Binary11001010101010111011101001111100010101101001011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABBA; }

 p { color: rgb(202,171,186); }

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

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

 a { background-color: rgb(202,171,186); }

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

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

 span { border-color: rgb(202,171,186); }

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