#C6ACBF

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

Shades of Maverick #C6ACBF

Tints of Maverick #C6ACBF

Color information

#C6ACBF (or 0xC6ACBF) is unknown color: approx Maverick. HEX triplet: C6, AC and BF. RGB value is (198,172,191). Sum of RGB (Red+Green+Blue) = 198+172+191=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ACBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ACBF is #395340. Grayscale: #B5B5B5. Windows color (decimal): -3756865 or 12561606. OLE color: 12561606.

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

Color convert

RGB198172191-
CMYK00.130.040.22
HSL316.15º18.57%72.55%-
HSV(B)316.15º13.13%77.65%-
XYZ47.4545.2755.53-
YUV181.94133.11139.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.29%
GREEN value IS 172 (67.58% from 255) = 30.66%
BLUE value IS 191 (75% from 255) = 34.05%
R=35.29%
G=30.66%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817219100.130.040.22316.1518.5772.55
HexC6ACBF0D41613c1349
Octal30625427701542647423111
Binary1100011010101100101111110110110010110100111100100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ACBF; }

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

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

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

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

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

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

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

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