#C2AEBA

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

Shades of Maverick #C2AEBA

Tints of Maverick #C2AEBA

Color information

#C2AEBA (or 0xC2AEBA) is unknown color: approx Maverick. HEX triplet: C2, AE and BA. RGB value is (194,174,186). Sum of RGB (Red+Green+Blue) = 194+174+186=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AEBA is #3D5145. Grayscale: #B5B5B5. Windows color (decimal): -4018502 or 12234434. OLE color: 12234434.

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

Color convert

RGB194174186-
CMYK00.100.040.24
HSL324º14.08%72.16%-
HSV(B)324º10.31%76.08%-
XYZ46.2545.2952.76-
YUV181.35130.63137.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.02%
GREEN value IS 174 (68.36% from 255) = 31.41%
BLUE value IS 186 (73.05% from 255) = 33.57%
R=35.02%
G=31.41%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417418600.100.040.2432414.0872.16
HexC2AEBA0A418144e48
Octal30225627201243050416110
Binary110000101010111010111010010101001100010100010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AEBA; }

 p { color: rgb(194,174,186); }

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

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

 a { background-color: rgb(194,174,186); }

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

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

 span { border-color: rgb(194,174,186); }

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