#C2A6BB

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

Shades of Maverick #C2A6BB

Tints of Maverick #C2A6BB

Color information

#C2A6BB (or 0xC2A6BB) is unknown color: approx Maverick. HEX triplet: C2, A6 and BB. RGB value is (194,166,187). Sum of RGB (Red+Green+Blue) = 194+166+187=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 166 (65.23% from 255 or 30.35% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A6BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A6BB is #3D5944. Grayscale: #B0B0B0. Windows color (decimal): -4020549 or 12297922. OLE color: 12297922.

HSL color Cylindrical-coordinate representation of color #C2A6BB: hue angle of 315º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2A6BB is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB194166187-
CMYK00.140.040.24
HSL315º18.67%70.59%-
HSV(B)315º14.43%76.08%-
XYZ44.8542.3352.82-
YUV176.77133.78140.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.47%
GREEN value IS 166 (65.23% from 255) = 30.35%
BLUE value IS 187 (73.44% from 255) = 34.19%
R=35.47%
G=30.35%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416618700.140.040.2431518.6770.59
HexC2A6BB0E41813b1347
Octal30224627301643047323107
Binary1100001010100110101110110111010011000100111011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A6BB; }

 p { color: rgb(194,166,187); }

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

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

 a { background-color: rgb(194,166,187); }

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

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

 span { border-color: rgb(194,166,187); }

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