#C7ABAC

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

Shades of Pink Flare #C7ABAC

Tints of Pink Flare #C7ABAC

Color information

#C7ABAC (or 0xC7ABAC) is unknown color: approx Pink Flare. HEX triplet: C7, AB and AC. RGB value is (199,171,172). Sum of RGB (Red+Green+Blue) = 199+171+172=542 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.72% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7ABAC is #385453. Grayscale: #B3B3B3. Windows color (decimal): -3691604 or 11316167. OLE color: 11316167.

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

Color convert

RGB199171172-
CMYK00.140.140.22
HSL357.86º20%72.55%-
HSV(B)357.86º14.07%78.04%-
XYZ45.5644.2545.17-
YUV179.49123.78141.92-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.72%
GREEN value IS 171 (67.19% from 255) = 31.55%
BLUE value IS 172 (67.58% from 255) = 31.73%
R=36.72%
G=31.55%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917117200.140.140.22357.862072.55
HexC7ABAC0EE161661449
Octal307253254016162654624111
Binary11000111101010111010110001110111010110101100110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ABAC; }

 p { color: rgb(199,171,172); }

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

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

 a { background-color: rgb(199,171,172); }

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

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

 span { border-color: rgb(199,171,172); }

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