#C5ACB1

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

Shades of Pink Flare #C5ACB1

Tints of Pink Flare #C5ACB1

Color information

#C5ACB1 (or 0xC5ACB1) is unknown color: approx Pink Flare. HEX triplet: C5, AC and B1. RGB value is (197,172,177). Sum of RGB (Red+Green+Blue) = 197+172+177=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5ACB1 is #3A534E. Grayscale: #B4B4B4. Windows color (decimal): -3822415 or 11644101. OLE color: 11644101.

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

Color convert

RGB197172177-
CMYK00.130.100.23
HSL348º17.73%72.35%-
HSV(B)348º12.69%77.25%-
XYZ45.7144.5547.78-
YUV180.04126.28140.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.08%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 177 (69.53% from 255) = 32.42%
R=36.08%
G=31.50%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717217700.130.100.2334817.7372.35
HexC5ACB10DA1715c1248
Octal305254261015122753422110
Binary11000101101011001011000101101101010111101011100100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ACB1; }

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

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

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

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

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

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

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

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