#C6ACBE

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

Shades of Maverick #C6ACBE

Tints of Maverick #C6ACBE

Color information

#C6ACBE (or 0xC6ACBE) is unknown color: approx Maverick. HEX triplet: C6, AC and BE. RGB value is (198,172,190). Sum of RGB (Red+Green+Blue) = 198+172+190=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ACBE is #395341. Grayscale: #B5B5B5. Windows color (decimal): -3756866 or 12496070. OLE color: 12496070.

HSL color Cylindrical-coordinate representation of color #C6ACBE: hue angle of 318.46º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6ACBE is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB198172190-
CMYK00.130.040.22
HSL318.46º18.57%72.55%-
HSV(B)318.46º13.13%77.65%-
XYZ47.3445.2354.95-
YUV181.83132.61139.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.36%
GREEN value IS 172 (67.58% from 255) = 30.71%
BLUE value IS 190 (74.61% from 255) = 33.93%
R=35.36%
G=30.71%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817219000.130.040.22318.4618.5772.55
HexC6ACBE0D41613e1349
Octal30625427601542647623111
Binary1100011010101100101111100110110010110100111110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ACBE; }

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

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

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

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

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

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

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

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