#C2AEB2

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

Shades of Pink Flare #C2AEB2

Tints of Pink Flare #C2AEB2

Color information

#C2AEB2 (or 0xC2AEB2) is unknown color: approx Pink Flare. HEX triplet: C2, AE and B2. RGB value is (194,174,178). Sum of RGB (Red+Green+Blue) = 194+174+178=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AEB2 is #3D514D. Grayscale: #B4B4B4. Windows color (decimal): -4018510 or 11710146. OLE color: 11710146.

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

Color convert

RGB194174178-
CMYK00.100.080.24
HSL348º14.08%72.16%-
HSV(B)348º10.31%76.08%-
XYZ45.4244.9648.4-
YUV180.44126.63137.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.53%
GREEN value IS 174 (68.36% from 255) = 31.87%
BLUE value IS 178 (69.92% from 255) = 32.60%
R=35.53%
G=31.87%
B=32.60%

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
Decimal19417417800.100.080.2434814.0872.16
HexC2AEB20A81815ce48
Octal302256262012103053416110
Binary1100001010101110101100100101010001100010101110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AEB2; }

 p { color: rgb(194,174,178); }

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

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

 a { background-color: rgb(194,174,178); }

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

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

 span { border-color: rgb(194,174,178); }

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