#C3ACBE

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

Shades of Maverick #C3ACBE

Tints of Maverick #C3ACBE

Color information

#C3ACBE (or 0xC3ACBE) is unknown color: approx Maverick. HEX triplet: C3, AC and BE. RGB value is (195,172,190). Sum of RGB (Red+Green+Blue) = 195+172+190=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ACBE is #3C5341. Grayscale: #B4B4B4. Windows color (decimal): -3953474 or 12496067. OLE color: 12496067.

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

Color convert

RGB195172190-
CMYK00.120.030.24
HSL313.04º16.08%71.96%-
HSV(B)313.04º11.79%76.47%-
XYZ46.5544.8254.91-
YUV180.93133.12138.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.01%
GREEN value IS 172 (67.58% from 255) = 30.88%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=35.01%
G=30.88%
B=34.11%

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
Decimal19517219000.120.030.24313.0416.0871.96
HexC3ACBE0C3181391048
Octal30325427601433047120110
Binary110000111010110010111110011001111000100111001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ACBE; }

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

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

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

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

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

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

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

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