#C6ACB1

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

Shades of Pink Flare #C6ACB1

Tints of Pink Flare #C6ACB1

Color information

#C6ACB1 (or 0xC6ACB1) is unknown color: approx Pink Flare. HEX triplet: C6, AC and B1. RGB value is (198,172,177). Sum of RGB (Red+Green+Blue) = 198+172+177=547 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.20% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6ACB1 is #39534E. Grayscale: #B4B4B4. Windows color (decimal): -3756879 or 11644102. OLE color: 11644102.

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

Color convert

RGB198172177-
CMYK00.130.110.22
HSL348.46º18.57%72.55%-
HSV(B)348.46º13.13%77.65%-
XYZ45.9844.6947.8-
YUV180.34126.11140.59-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.20%
GREEN value IS 172 (67.58% from 255) = 31.44%
BLUE value IS 177 (69.53% from 255) = 32.36%
R=36.20%
G=31.44%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817217700.130.110.22348.4618.5772.55
HexC6ACB10DB1615c1349
Octal306254261015132653423111
Binary11000110101011001011000101101101110110101011100100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ACB1; }

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

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

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

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

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

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

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

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