#C6A8BA

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

Shades of Maverick #C6A8BA

Tints of Maverick #C6A8BA

Color information

#C6A8BA (or 0xC6A8BA) is unknown color: approx Maverick. HEX triplet: C6, A8 and BA. RGB value is (198,168,186). Sum of RGB (Red+Green+Blue) = 198+168+186=552 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.87% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A8BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A8BA is #395745. Grayscale: #B2B2B2. Windows color (decimal): -3757894 or 12232902. OLE color: 12232902.

HSL color Cylindrical-coordinate representation of color #C6A8BA: hue angle of 324º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6A8BA is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB198168186-
CMYK00.150.060.22
HSL324º20.83%71.76%-
HSV(B)324º15.15%77.65%-
XYZ46.1543.5652.43-
YUV179.02131.94141.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.87%
GREEN value IS 168 (66.02% from 255) = 30.43%
BLUE value IS 186 (73.05% from 255) = 33.70%
R=35.87%
G=30.43%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816818600.150.060.2232420.8371.76
HexC6A8BA0F6161441548
Octal30625027201762650425110
Binary1100011010101000101110100111111010110101000100101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A8BA; }

 p { color: rgb(198,168,186); }

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

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

 a { background-color: rgb(198,168,186); }

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

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

 span { border-color: rgb(198,168,186); }

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