#C4ADAE

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

Shades of Pink Flare #C4ADAE

Tints of Pink Flare #C4ADAE

Color information

#C4ADAE (or 0xC4ADAE) is unknown color: approx Pink Flare. HEX triplet: C4, AD and AE. RGB value is (196,173,174). Sum of RGB (Red+Green+Blue) = 196+173+174=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ADAE is #3B5251. Grayscale: #B4B4B4. Windows color (decimal): -3887698 or 11447748. OLE color: 11447748.

HSL color Cylindrical-coordinate representation of color #C4ADAE: hue angle of 357.39º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4ADAE is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB196173174-
CMYK00.120.110.23
HSL357.39º16.31%72.35%-
HSV(B)357.39º11.73%76.86%-
XYZ45.3544.6846.28-
YUV179.99124.62139.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.10%
GREEN value IS 173 (67.97% from 255) = 31.86%
BLUE value IS 174 (68.36% from 255) = 32.04%
R=36.10%
G=31.86%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617317400.120.110.23357.3916.3172.35
HexC4ADAE0CB171651048
Octal304255256014132754520110
Binary11000100101011011010111001100101110111101100101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ADAE; }

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

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

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

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

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

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

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

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