#C6ACBB

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

Shades of Maverick #C6ACBB

Tints of Maverick #C6ACBB

Color information

#C6ACBB (or 0xC6ACBB) is unknown color: approx Maverick. HEX triplet: C6, AC and BB. RGB value is (198,172,187). Sum of RGB (Red+Green+Blue) = 198+172+187=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ACBB is #395344. Grayscale: #B5B5B5. Windows color (decimal): -3756869 or 12299462. OLE color: 12299462.

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

Color convert

RGB198172187-
CMYK00.130.060.22
HSL325.38º18.57%72.55%-
HSV(B)325.38º13.13%77.65%-
XYZ47.0145.153.24-
YUV181.48131.11139.78-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.55%
GREEN value IS 172 (67.58% from 255) = 30.88%
BLUE value IS 187 (73.44% from 255) = 33.57%
R=35.55%
G=30.88%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817218700.130.060.22325.3818.5772.55
HexC6ACBB0D6161451349
Octal30625427301562650523111
Binary1100011010101100101110110110111010110101000101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ACBB; }

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

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

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

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

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

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

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

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