#C3AEB4

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

Shades of Pink Flare #C3AEB4

Tints of Pink Flare #C3AEB4

Color information

#C3AEB4 (or 0xC3AEB4) is unknown color: approx Pink Flare. HEX triplet: C3, AE and B4. RGB value is (195,174,180). Sum of RGB (Red+Green+Blue) = 195+174+180=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AEB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AEB4 is #3C514B. Grayscale: #B4B4B4. Windows color (decimal): -3952972 or 11841219. OLE color: 11841219.

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

Color convert

RGB195174180-
CMYK00.110.080.24
HSL342.86º14.89%72.35%-
HSV(B)342.86º10.77%76.47%-
XYZ45.8845.1749.48-
YUV180.96127.46138.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.52%
GREEN value IS 174 (68.36% from 255) = 31.69%
BLUE value IS 180 (70.70% from 255) = 32.79%
R=35.52%
G=31.69%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517418000.110.080.24342.8614.8972.35
HexC3AEB40B818157f48
Octal303256264013103052717110
Binary1100001110101110101101000101110001100010101011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AEB4; }

 p { color: rgb(195,174,180); }

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

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

 a { background-color: rgb(195,174,180); }

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

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

 span { border-color: rgb(195,174,180); }

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