#C9ADAE

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

Shades of Pink Flare #C9ADAE

Tints of Pink Flare #C9ADAE

Color information

#C9ADAE (or 0xC9ADAE) is unknown color: approx Pink Flare. HEX triplet: C9, AD and AE. RGB value is (201,173,174). Sum of RGB (Red+Green+Blue) = 201+173+174=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9ADAE is #365251. Grayscale: #B5B5B5. Windows color (decimal): -3560018 or 11447753. OLE color: 11447753.

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

Color convert

RGB201173174-
CMYK00.140.130.21
HSL357.86º20.59%73.33%-
HSV(B)357.86º13.93%78.82%-
XYZ46.6745.3646.34-
YUV181.49123.78141.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.68%
GREEN value IS 173 (67.97% from 255) = 31.57%
BLUE value IS 174 (68.36% from 255) = 31.75%
R=36.68%
G=31.57%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117317400.140.130.21357.8620.5973.33
HexC9ADAE0ED151661549
Octal311255256016152554625111
Binary11001001101011011010111001110110110101101100110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ADAE; }

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

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

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

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

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

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

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

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