#C7ABAE

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

Shades of Pink Flare #C7ABAE

Tints of Pink Flare #C7ABAE

Color information

#C7ABAE (or 0xC7ABAE) is unknown color: approx Pink Flare. HEX triplet: C7, AB and AE. RGB value is (199,171,174). Sum of RGB (Red+Green+Blue) = 199+171+174=544 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.58% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7ABAE is #385451. Grayscale: #B3B3B3. Windows color (decimal): -3691602 or 11447239. OLE color: 11447239.

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

Color convert

RGB199171174-
CMYK00.140.130.22
HSL353.57º20%72.55%-
HSV(B)353.57º14.07%78.04%-
XYZ45.7644.3246.19-
YUV179.71124.78141.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.58%
GREEN value IS 171 (67.19% from 255) = 31.43%
BLUE value IS 174 (68.36% from 255) = 31.99%
R=36.58%
G=31.43%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917117400.140.130.22353.572072.55
HexC7ABAE0ED161621449
Octal307253256016152654224111
Binary11000111101010111010111001110110110110101100010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ABAE; }

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

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

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

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

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

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

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

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