#C9AEB6

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

Shades of Pink Flare #C9AEB6

Tints of Pink Flare #C9AEB6

Color information

#C9AEB6 (or 0xC9AEB6) is unknown color: approx Pink Flare. HEX triplet: C9, AE and B6. RGB value is (201,174,182). Sum of RGB (Red+Green+Blue) = 201+174+182=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AEB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AEB6 is #365149. Grayscale: #B6B6B6. Windows color (decimal): -3559754 or 11972297. OLE color: 11972297.

HSL color Cylindrical-coordinate representation of color #C9AEB6: hue angle of 342.22º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9AEB6 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB201174182-
CMYK00.130.090.21
HSL342.22º20%73.53%-
HSV(B)342.22º13.43%78.82%-
XYZ47.6746.0750.64-
YUV182.98127.45140.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.09%
GREEN value IS 174 (68.36% from 255) = 31.24%
BLUE value IS 182 (71.48% from 255) = 32.68%
R=36.09%
G=31.24%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117418200.130.090.21342.222073.53
HexC9AEB60D915156144a
Octal311256266015112552624112
Binary11001001101011101011011001101100110101101010110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AEB6; }

 p { color: rgb(201,174,182); }

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

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

 a { background-color: rgb(201,174,182); }

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

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

 span { border-color: rgb(201,174,182); }

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