#C6AEBD

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

Shades of Maverick #C6AEBD

Tints of Maverick #C6AEBD

Color information

#C6AEBD (or 0xC6AEBD) is unknown color: approx Maverick. HEX triplet: C6, AE and BD. RGB value is (198,174,189). Sum of RGB (Red+Green+Blue) = 198+174+189=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AEBD is #395142. Grayscale: #B6B6B6. Windows color (decimal): -3756355 or 12431046. OLE color: 12431046.

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

Color convert

RGB198174189-
CMYK00.120.050.22
HSL322.5º17.39%72.94%-
HSV(B)322.5º12.12%77.65%-
XYZ47.6145.9554.5-
YUV182.89131.45138.78-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.29%
GREEN value IS 174 (68.36% from 255) = 31.02%
BLUE value IS 189 (74.22% from 255) = 33.69%
R=35.29%
G=31.02%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817418900.120.050.22322.517.3972.94
HexC6AEBD0C5161421149
Octal30625627501452650221111
Binary1100011010101110101111010110010110110101000010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AEBD; }

 p { color: rgb(198,174,189); }

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

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

 a { background-color: rgb(198,174,189); }

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

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

 span { border-color: rgb(198,174,189); }

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