#C3ACBA

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

Shades of Maverick #C3ACBA

Tints of Maverick #C3ACBA

Color information

#C3ACBA (or 0xC3ACBA) is unknown color: approx Maverick. HEX triplet: C3, AC and BA. RGB value is (195,172,186). Sum of RGB (Red+Green+Blue) = 195+172+186=553 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.26% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ACBA is #3C5345. Grayscale: #B4B4B4. Windows color (decimal): -3953478 or 12233923. OLE color: 12233923.

HSL color Cylindrical-coordinate representation of color #C3ACBA: hue angle of 323.48º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3ACBA is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB195172186-
CMYK00.120.050.24
HSL323.48º16.08%71.96%-
HSV(B)323.48º11.79%76.47%-
XYZ46.1244.6552.64-
YUV180.47131.12138.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.26%
GREEN value IS 172 (67.58% from 255) = 31.10%
BLUE value IS 186 (73.05% from 255) = 33.63%
R=35.26%
G=31.10%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517218600.120.050.24323.4816.0871.96
HexC3ACBA0C5181431048
Octal30325427201453050320110
Binary1100001110101100101110100110010111000101000011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ACBA; }

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

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

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

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

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

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

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

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