#C6A5BF

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

Shades of Maverick #C6A5BF

Tints of Maverick #C6A5BF

Color information

#C6A5BF (or 0xC6A5BF) is unknown color: approx Maverick. HEX triplet: C6, A5 and BF. RGB value is (198,165,191). Sum of RGB (Red+Green+Blue) = 198+165+191=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 165 (64.84% from 255 or 29.78% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A5BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A5BF is #395A40. Grayscale: #B1B1B1. Windows color (decimal): -3758657 or 12559814. OLE color: 12559814.

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

Color convert

RGB198165191-
CMYK00.170.040.22
HSL312.73º22.45%71.18%-
HSV(B)312.73º16.67%77.65%-
XYZ46.1542.6855.1-
YUV177.83135.43142.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.74%
GREEN value IS 165 (64.84% from 255) = 29.78%
BLUE value IS 191 (75% from 255) = 34.48%
R=35.74%
G=29.78%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816519100.170.040.22312.7322.4571.18
HexC6A5BF0114161391647
Octal30624527702142647126107
Binary11000110101001011011111101000110010110100111001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A5BF; }

 p { color: rgb(198,165,191); }

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

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

 a { background-color: rgb(198,165,191); }

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

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

 span { border-color: rgb(198,165,191); }

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