#C6A8BB

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

Shades of Maverick #C6A8BB

Tints of Maverick #C6A8BB

Color information

#C6A8BB (or 0xC6A8BB) is unknown color: approx Maverick. HEX triplet: C6, A8 and BB. RGB value is (198,168,187). Sum of RGB (Red+Green+Blue) = 198+168+187=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A8BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A8BB is #395744. Grayscale: #B3B3B3. Windows color (decimal): -3757893 or 12298438. OLE color: 12298438.

HSL color Cylindrical-coordinate representation of color #C6A8BB: hue angle of 322º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6A8BB is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB198168187-
CMYK00.150.060.22
HSL322º20.83%71.76%-
HSV(B)322º15.15%77.65%-
XYZ46.2643.652.99-
YUV179.14132.44141.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.80%
GREEN value IS 168 (66.02% from 255) = 30.38%
BLUE value IS 187 (73.44% from 255) = 33.82%
R=35.80%
G=30.38%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816818700.150.060.2232220.8371.76
HexC6A8BB0F6161421548
Octal30625027301762650225110
Binary1100011010101000101110110111111010110101000010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A8BB; }

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

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

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

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

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

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

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

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