#C1AEB1

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

Shades of Pink Flare #C1AEB1

Tints of Pink Flare #C1AEB1

Color information

#C1AEB1 (or 0xC1AEB1) is unknown color: approx Pink Flare. HEX triplet: C1, AE and B1. RGB value is (193,174,177). Sum of RGB (Red+Green+Blue) = 193+174+177=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AEB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AEB1 is #3E514E. Grayscale: #B4B4B4. Windows color (decimal): -4084047 or 11644609. OLE color: 11644609.

HSL color Cylindrical-coordinate representation of color #C1AEB1: hue angle of 350.53º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1AEB1 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB193174177-
CMYK00.100.080.24
HSL350.53º13.29%71.96%-
HSV(B)350.53º9.84%75.69%-
XYZ45.0644.7847.86-
YUV180.02126.29137.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.48%
GREEN value IS 174 (68.36% from 255) = 31.99%
BLUE value IS 177 (69.53% from 255) = 32.54%
R=35.48%
G=31.99%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317417700.100.080.24350.5313.2971.96
HexC1AEB10A81815fd48
Octal301256261012103053715110
Binary1100000110101110101100010101010001100010101111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AEB1; }

 p { color: rgb(193,174,177); }

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

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

 a { background-color: rgb(193,174,177); }

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

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

 span { border-color: rgb(193,174,177); }

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