#C4ACAD

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

Shades of Pink Flare #C4ACAD

Tints of Pink Flare #C4ACAD

Color information

#C4ACAD (or 0xC4ACAD) is unknown color: approx Pink Flare. HEX triplet: C4, AC and AD. RGB value is (196,172,173). Sum of RGB (Red+Green+Blue) = 196+172+173=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ACAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ACAD is #3B5352. Grayscale: #B3B3B3. Windows color (decimal): -3887955 or 11381956. OLE color: 11381956.

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

Color convert

RGB196172173-
CMYK00.120.120.23
HSL357.5º16.9%72.16%-
HSV(B)357.5º12.24%76.86%-
XYZ45.0644.2645.7-
YUV179.29124.45139.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.23%
GREEN value IS 172 (67.58% from 255) = 31.79%
BLUE value IS 173 (67.97% from 255) = 31.98%
R=36.23%
G=31.79%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617217300.120.120.23357.516.972.16
HexC4ACAD0CC171661148
Octal304254255014142754621110
Binary11000100101011001010110101100110010111101100110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ACAD; }

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

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

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

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

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

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

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

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