#C2ADAE

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

Shades of Pink Flare #C2ADAE

Tints of Pink Flare #C2ADAE

Color information

#C2ADAE (or 0xC2ADAE) is unknown color: approx Pink Flare. HEX triplet: C2, AD and AE. RGB value is (194,173,174). Sum of RGB (Red+Green+Blue) = 194+173+174=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ADAE is #3D5251. Grayscale: #B3B3B3. Windows color (decimal): -4018770 or 11447746. OLE color: 11447746.

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

Color convert

RGB194173174-
CMYK00.110.100.24
HSL357.14º14.69%71.96%-
HSV(B)357.14º10.82%76.08%-
XYZ44.8344.4146.25-
YUV179.39124.96138.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.86%
GREEN value IS 173 (67.97% from 255) = 31.98%
BLUE value IS 174 (68.36% from 255) = 32.16%
R=35.86%
G=31.98%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417317400.110.100.24357.1414.6971.96
HexC2ADAE0BA18165f48
Octal302255256013123054517110
Binary1100001010101101101011100101110101100010110010111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ADAE; }

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

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

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

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

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

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

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

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