#C6AFBB

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

Shades of Maverick #C6AFBB

Tints of Maverick #C6AFBB

Color information

#C6AFBB (or 0xC6AFBB) is unknown color: approx Maverick. HEX triplet: C6, AF and BB. RGB value is (198,175,187). Sum of RGB (Red+Green+Blue) = 198+175+187=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AFBB is #395044. Grayscale: #B7B7B7. Windows color (decimal): -3756101 or 12300230. OLE color: 12300230.

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

Color convert

RGB198175187-
CMYK00.120.060.22
HSL328.7º16.79%73.14%-
HSV(B)328.7º11.62%77.65%-
XYZ47.5946.2553.43-
YUV183.24130.12138.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.36%
GREEN value IS 175 (68.75% from 255) = 31.25%
BLUE value IS 187 (73.44% from 255) = 33.39%
R=35.36%
G=31.25%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817518700.120.060.22328.716.7973.14
HexC6AFBB0C6161491149
Octal30625727301462651121111
Binary1100011010101111101110110110011010110101001001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AFBB; }

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

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

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

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

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

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

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

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