#C5AEBA

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

Shades of Maverick #C5AEBA

Tints of Maverick #C5AEBA

Color information

#C5AEBA (or 0xC5AEBA) is unknown color: approx Maverick. HEX triplet: C5, AE and BA. RGB value is (197,174,186). Sum of RGB (Red+Green+Blue) = 197+174+186=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AEBA is #3A5145. Grayscale: #B6B6B6. Windows color (decimal): -3821894 or 12234437. OLE color: 12234437.

HSL color Cylindrical-coordinate representation of color #C5AEBA: hue angle of 328.7º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5AEBA is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB197174186-
CMYK00.120.060.23
HSL328.7º16.55%72.75%-
HSV(B)328.7º11.68%77.25%-
XYZ47.0245.6952.79-
YUV182.24130.12138.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.37%
GREEN value IS 174 (68.36% from 255) = 31.24%
BLUE value IS 186 (73.05% from 255) = 33.39%
R=35.37%
G=31.24%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717418600.120.060.23328.716.5572.75
HexC5AEBA0C6171491149
Octal30525627201462751121111
Binary1100010110101110101110100110011010111101001001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AEBA; }

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

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

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

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

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

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

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

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