#C6AFBF

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

Shades of Maverick #C6AFBF

Tints of Maverick #C6AFBF

Color information

#C6AFBF (or 0xC6AFBF) is unknown color: approx Maverick. HEX triplet: C6, AF and BF. RGB value is (198,175,191). Sum of RGB (Red+Green+Blue) = 198+175+191=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AFBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AFBF is #395040. Grayscale: #B7B7B7. Windows color (decimal): -3756097 or 12562374. OLE color: 12562374.

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

Color convert

RGB198175191-
CMYK00.120.040.22
HSL318.26º16.79%73.14%-
HSV(B)318.26º11.62%77.65%-
XYZ48.0246.4355.72-
YUV183.7132.12138.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.11%
GREEN value IS 175 (68.75% from 255) = 31.03%
BLUE value IS 191 (75% from 255) = 33.87%
R=35.11%
G=31.03%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817519100.120.040.22318.2616.7973.14
HexC6AFBF0C41613e1149
Octal30625727701442647621111
Binary1100011010101111101111110110010010110100111110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AFBF; }

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

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

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

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

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

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

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

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