#C3ACBD

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

Shades of Maverick #C3ACBD

Tints of Maverick #C3ACBD

Color information

#C3ACBD (or 0xC3ACBD) is unknown color: approx Maverick. HEX triplet: C3, AC and BD. RGB value is (195,172,189). Sum of RGB (Red+Green+Blue) = 195+172+189=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ACBD is #3C5342. Grayscale: #B4B4B4. Windows color (decimal): -3953475 or 12430531. OLE color: 12430531.

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

Color convert

RGB195172189-
CMYK00.120.030.24
HSL315.65º16.08%71.96%-
HSV(B)315.65º11.79%76.47%-
XYZ46.4444.7854.34-
YUV180.82132.62138.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.07%
GREEN value IS 172 (67.58% from 255) = 30.94%
BLUE value IS 189 (74.22% from 255) = 33.99%
R=35.07%
G=30.94%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517218900.120.030.24315.6516.0871.96
HexC3ACBD0C31813c1048
Octal30325427501433047420110
Binary110000111010110010111101011001111000100111100100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ACBD; }

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

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

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

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

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

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

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

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