#C6ACAF

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

Shades of Pink Flare #C6ACAF

Tints of Pink Flare #C6ACAF

Color information

#C6ACAF (or 0xC6ACAF) is unknown color: approx Pink Flare. HEX triplet: C6, AC and AF. RGB value is (198,172,175). Sum of RGB (Red+Green+Blue) = 198+172+175=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6ACAF is #395350. Grayscale: #B4B4B4. Windows color (decimal): -3756881 or 11513030. OLE color: 11513030.

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

Color convert

RGB198172175-
CMYK00.130.120.22
HSL353.08º18.57%72.55%-
HSV(B)353.08º13.13%77.65%-
XYZ45.7844.6146.75-
YUV180.12125.11140.76-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.33%
GREEN value IS 172 (67.58% from 255) = 31.56%
BLUE value IS 175 (68.75% from 255) = 32.11%
R=36.33%
G=31.56%
B=32.11%

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
Decimal19817217500.130.120.22353.0818.5772.55
HexC6ACAF0DC161611349
Octal306254257015142654123111
Binary11000110101011001010111101101110010110101100001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ACAF; }

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

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

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

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

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

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

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

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