#C4AEAF

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

Shades of Pink Flare #C4AEAF

Tints of Pink Flare #C4AEAF

Color information

#C4AEAF (or 0xC4AEAF) is unknown color: approx Pink Flare. HEX triplet: C4, AE and AF. RGB value is (196,174,175). Sum of RGB (Red+Green+Blue) = 196+174+175=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AEAF is #3B5150. Grayscale: #B4B4B4. Windows color (decimal): -3887441 or 11513540. OLE color: 11513540.

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

Color convert

RGB196174175-
CMYK00.110.110.23
HSL357.27º15.71%72.55%-
HSV(B)357.27º11.22%76.86%-
XYZ45.6445.146.86-
YUV180.69124.79138.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.96%
GREEN value IS 174 (68.36% from 255) = 31.93%
BLUE value IS 175 (68.75% from 255) = 32.11%
R=35.96%
G=31.93%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617417500.110.110.23357.2715.7172.55
HexC4AEAF0BB171651049
Octal304256257013132754520111
Binary11000100101011101010111101011101110111101100101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AEAF; }

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

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

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

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

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

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

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

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