#C6ABAE

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

Shades of Pink Flare #C6ABAE

Tints of Pink Flare #C6ABAE

Color information

#C6ABAE (or 0xC6ABAE) is unknown color: approx Pink Flare. HEX triplet: C6, AB and AE. RGB value is (198,171,174). Sum of RGB (Red+Green+Blue) = 198+171+174=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6ABAE is #395451. Grayscale: #B3B3B3. Windows color (decimal): -3757138 or 11447238. OLE color: 11447238.

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

Color convert

RGB198171174-
CMYK00.140.120.22
HSL353.33º19.15%72.35%-
HSV(B)353.33º13.64%77.65%-
XYZ45.4944.1946.18-
YUV179.42124.95141.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.46%
GREEN value IS 171 (67.19% from 255) = 31.49%
BLUE value IS 174 (68.36% from 255) = 32.04%
R=36.46%
G=31.49%
B=32.04%

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
Decimal19817117400.140.120.22353.3319.1572.35
HexC6ABAE0EC161611348
Octal306253256016142654123110
Binary11000110101010111010111001110110010110101100001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ABAE; }

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

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

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

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

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

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

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

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