#C6ACAE

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

Shades of Pink Flare #C6ACAE

Tints of Pink Flare #C6ACAE

Color information

#C6ACAE (or 0xC6ACAE) is unknown color: approx Pink Flare. HEX triplet: C6, AC and AE. RGB value is (198,172,174). Sum of RGB (Red+Green+Blue) = 198+172+174=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ACAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6ACAE is #395351. Grayscale: #B4B4B4. Windows color (decimal): -3756882 or 11447494. OLE color: 11447494.

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

Color convert

RGB198172174-
CMYK00.130.120.22
HSL355.38º18.57%72.55%-
HSV(B)355.38º13.13%77.65%-
XYZ45.6844.5746.24-
YUV180124.61140.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.40%
GREEN value IS 172 (67.58% from 255) = 31.62%
BLUE value IS 174 (68.36% from 255) = 31.99%
R=36.40%
G=31.62%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817217400.130.120.22355.3818.5772.55
HexC6ACAE0DC161631349
Octal306254256015142654323111
Binary11000110101011001010111001101110010110101100011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ACAE; }

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

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

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

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

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

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

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

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