#C7ADAE

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

Shades of Pink Flare #C7ADAE

Tints of Pink Flare #C7ADAE

Color information

#C7ADAE (or 0xC7ADAE) is unknown color: approx Pink Flare. HEX triplet: C7, AD and AE. RGB value is (199,173,174). Sum of RGB (Red+Green+Blue) = 199+173+174=546 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.45% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7ADAE is #385251. Grayscale: #B4B4B4. Windows color (decimal): -3691090 or 11447751. OLE color: 11447751.

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

Color convert

RGB199173174-
CMYK00.130.130.22
HSL357.69º18.84%72.94%-
HSV(B)357.69º13.07%78.04%-
XYZ46.1445.0946.32-
YUV180.89124.11140.92-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.45%
GREEN value IS 173 (67.97% from 255) = 31.68%
BLUE value IS 174 (68.36% from 255) = 31.87%
R=36.45%
G=31.68%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917317400.130.130.22357.6918.8472.94
HexC7ADAE0DD161661349
Octal307255256015152654623111
Binary11000111101011011010111001101110110110101100110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ADAE; }

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

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

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

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

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

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

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

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