#C5ACAD

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

Shades of Pink Flare #C5ACAD

Tints of Pink Flare #C5ACAD

Color information

#C5ACAD (or 0xC5ACAD) is unknown color: approx Pink Flare. HEX triplet: C5, AC and AD. RGB value is (197,172,173). Sum of RGB (Red+Green+Blue) = 197+172+173=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ACAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5ACAD is #3A5352. Grayscale: #B3B3B3. Windows color (decimal): -3822419 or 11381957. OLE color: 11381957.

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

Color convert

RGB197172173-
CMYK00.130.120.23
HSL357.6º17.73%72.35%-
HSV(B)357.6º12.69%77.25%-
XYZ45.3244.3945.72-
YUV179.59124.28140.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.35%
GREEN value IS 172 (67.58% from 255) = 31.73%
BLUE value IS 173 (67.97% from 255) = 31.92%
R=36.35%
G=31.73%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717217300.130.120.23357.617.7372.35
HexC5ACAD0DC171661248
Octal305254255015142754622110
Binary11000101101011001010110101101110010111101100110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ACAD; }

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

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

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

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

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

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

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

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