#C5ACBE

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

Shades of Maverick #C5ACBE

Tints of Maverick #C5ACBE

Color information

#C5ACBE (or 0xC5ACBE) is unknown color: approx Maverick. HEX triplet: C5, AC and BE. RGB value is (197,172,190). Sum of RGB (Red+Green+Blue) = 197+172+190=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ACBE is #3A5341. Grayscale: #B5B5B5. Windows color (decimal): -3822402 or 12496069. OLE color: 12496069.

HSL color Cylindrical-coordinate representation of color #C5ACBE: hue angle of 316.8º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5ACBE is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB197172190-
CMYK00.130.040.23
HSL316.8º17.73%72.35%-
HSV(B)316.8º12.69%77.25%-
XYZ47.0745.0954.94-
YUV181.53132.78139.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.24%
GREEN value IS 172 (67.58% from 255) = 30.77%
BLUE value IS 190 (74.61% from 255) = 33.99%
R=35.24%
G=30.77%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717219000.130.040.23316.817.7372.35
HexC5ACBE0D41713d1248
Octal30525427601542747522110
Binary1100010110101100101111100110110010111100111101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ACBE; }

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

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

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

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

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

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

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

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