#C2AEBE

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

Shades of Maverick #C2AEBE

Tints of Maverick #C2AEBE

Color information

#C2AEBE (or 0xC2AEBE) is unknown color: approx Maverick. HEX triplet: C2, AE and BE. RGB value is (194,174,190). Sum of RGB (Red+Green+Blue) = 194+174+190=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AEBE is #3D5141. Grayscale: #B5B5B5. Windows color (decimal): -4018498 or 12496578. OLE color: 12496578.

HSL color Cylindrical-coordinate representation of color #C2AEBE: hue angle of 312º 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 #C2AEBE is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB194174190-
CMYK00.100.020.24
HSL312º14.08%72.16%-
HSV(B)312º10.31%76.08%-
XYZ46.6845.4655.03-
YUV181.8132.63136.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.77%
GREEN value IS 174 (68.36% from 255) = 31.18%
BLUE value IS 190 (74.61% from 255) = 34.05%
R=34.77%
G=31.18%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417419000.100.020.2431214.0872.16
HexC2AEBE0A218138e48
Octal30225627601223047016110
Binary11000010101011101011111001010101100010011100011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AEBE; }

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

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

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

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

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

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

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

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