#C6AFB9

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

Shades of Maverick #C6AFB9

Tints of Maverick #C6AFB9

Color information

#C6AFB9 (or 0xC6AFB9) is unknown color: approx Maverick. HEX triplet: C6, AF and B9. RGB value is (198,175,185). Sum of RGB (Red+Green+Blue) = 198+175+185=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AFB9 is #395046. Grayscale: #B7B7B7. Windows color (decimal): -3756103 or 12169158. OLE color: 12169158.

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

Color convert

RGB198175185-
CMYK00.120.070.22
HSL333.91º16.79%73.14%-
HSV(B)333.91º11.62%77.65%-
XYZ47.3846.1752.31-
YUV183.02129.12138.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.48%
GREEN value IS 175 (68.75% from 255) = 31.36%
BLUE value IS 185 (72.66% from 255) = 33.15%
R=35.48%
G=31.36%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817518500.120.070.22333.9116.7973.14
HexC6AFB90C71614e1149
Octal30625727101472651621111
Binary1100011010101111101110010110011110110101001110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AFB9; }

 p { color: rgb(198,175,185); }

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

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

 a { background-color: rgb(198,175,185); }

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

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

 span { border-color: rgb(198,175,185); }

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