#C3A7BA

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

Shades of Maverick #C3A7BA

Tints of Maverick #C3A7BA

Color information

#C3A7BA (or 0xC3A7BA) is unknown color: approx Maverick. HEX triplet: C3, A7 and BA. RGB value is (195,167,186). Sum of RGB (Red+Green+Blue) = 195+167+186=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 167 (65.62% from 255 or 30.47% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A7BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A7BA is #3C5845. Grayscale: #B1B1B1. Windows color (decimal): -3954758 or 12232643. OLE color: 12232643.

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

Color convert

RGB195167186-
CMYK00.140.050.24
HSL319.29º18.92%70.98%-
HSV(B)319.29º14.36%76.47%-
XYZ45.1942.7852.33-
YUV177.54132.78140.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.58%
GREEN value IS 167 (65.62% from 255) = 30.47%
BLUE value IS 186 (73.05% from 255) = 33.94%
R=35.58%
G=30.47%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516718600.140.050.24319.2918.9270.98
HexC3A7BA0E51813f1347
Octal30324727201653047723107
Binary1100001110100111101110100111010111000100111111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A7BA; }

 p { color: rgb(195,167,186); }

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

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

 a { background-color: rgb(195,167,186); }

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

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

 span { border-color: rgb(195,167,186); }

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