#C7ABAF

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

Shades of Pink Flare #C7ABAF

Tints of Pink Flare #C7ABAF

Color information

#C7ABAF (or 0xC7ABAF) is unknown color: approx Pink Flare. HEX triplet: C7, AB and AF. RGB value is (199,171,175). Sum of RGB (Red+Green+Blue) = 199+171+175=545 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.51% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7ABAF is #385450. Grayscale: #B3B3B3. Windows color (decimal): -3691601 or 11512775. OLE color: 11512775.

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

Color convert

RGB199171175-
CMYK00.140.120.22
HSL351.43º20%72.55%-
HSV(B)351.43º14.07%78.04%-
XYZ45.8544.3646.7-
YUV179.83125.28141.67-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.51%
GREEN value IS 171 (67.19% from 255) = 31.38%
BLUE value IS 175 (68.75% from 255) = 32.11%
R=36.51%
G=31.38%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917117500.140.120.22351.432072.55
HexC7ABAF0EC1615f1449
Octal307253257016142653724111
Binary11000111101010111010111101110110010110101011111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ABAF; }

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

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

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

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

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

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

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

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