#C4ACAF

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

Shades of Pink Flare #C4ACAF

Tints of Pink Flare #C4ACAF

Color information

#C4ACAF (or 0xC4ACAF) is unknown color: approx Pink Flare. HEX triplet: C4, AC and AF. RGB value is (196,172,175). Sum of RGB (Red+Green+Blue) = 196+172+175=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ACAF is #3B5350. Grayscale: #B3B3B3. Windows color (decimal): -3887953 or 11513028. OLE color: 11513028.

HSL color Cylindrical-coordinate representation of color #C4ACAF: hue angle of 352.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4ACAF is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB196172175-
CMYK00.120.110.23
HSL352.5º16.9%72.16%-
HSV(B)352.5º12.24%76.86%-
XYZ45.2644.3446.73-
YUV179.52125.45139.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.10%
GREEN value IS 172 (67.58% from 255) = 31.68%
BLUE value IS 175 (68.75% from 255) = 32.23%
R=36.10%
G=31.68%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617217500.120.110.23352.516.972.16
HexC4ACAF0CB171601148
Octal304254257014132754021110
Binary11000100101011001010111101100101110111101100000100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ACAF; }

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

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

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

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

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

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

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

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