#C6A5BC

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

Shades of Maverick #C6A5BC

Tints of Maverick #C6A5BC

Color information

#C6A5BC (or 0xC6A5BC) is unknown color: approx Maverick. HEX triplet: C6, A5 and BC. RGB value is (198,165,188). Sum of RGB (Red+Green+Blue) = 198+165+188=551 (72% of max value = 765). Red value is 198 (77.73% from 255 or 35.93% from 551); Green value is 165 (64.84% from 255 or 29.95% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A5BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A5BC is #395A43. Grayscale: #B1B1B1. Windows color (decimal): -3758660 or 12363206. OLE color: 12363206.

HSL color Cylindrical-coordinate representation of color #C6A5BC: hue angle of 318.18º 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 #C6A5BC is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB198165188-
CMYK00.170.050.22
HSL318.18º22.45%71.18%-
HSV(B)318.18º16.67%77.65%-
XYZ45.8242.5553.37-
YUV177.49133.93142.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.93%
GREEN value IS 165 (64.84% from 255) = 29.95%
BLUE value IS 188 (73.83% from 255) = 34.12%
R=35.93%
G=29.95%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816518800.170.050.22318.1822.4571.18
HexC6A5BC01151613e1647
Octal30624527402152647626107
Binary11000110101001011011110001000110110110100111110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A5BC; }

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

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

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

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

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

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

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

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