#C3A8BA

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

Shades of Maverick #C3A8BA

Tints of Maverick #C3A8BA

Color information

#C3A8BA (or 0xC3A8BA) is unknown color: approx Maverick. HEX triplet: C3, A8 and BA. RGB value is (195,168,186). Sum of RGB (Red+Green+Blue) = 195+168+186=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A8BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A8BA is #3C5745. Grayscale: #B2B2B2. Windows color (decimal): -3954502 or 12232899. OLE color: 12232899.

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

Color convert

RGB195168186-
CMYK00.140.050.24
HSL320º18.37%71.18%-
HSV(B)320º13.85%76.47%-
XYZ45.3743.1552.39-
YUV178.12132.45140.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.52%
GREEN value IS 168 (66.02% from 255) = 30.60%
BLUE value IS 186 (73.05% from 255) = 33.88%
R=35.52%
G=30.60%
B=33.88%

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
Decimal19516818600.140.050.2432018.3771.18
HexC3A8BA0E5181401247
Octal30325027201653050022107
Binary1100001110101000101110100111010111000101000000100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A8BA; }

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

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

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

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

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

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

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

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