#FFC9A4

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

Shades of Peach #FFC9A4

Tints of Peach #FFC9A4

Color information

#FFC9A4 (or 0xFFC9A4) is unknown color: approx Peach. HEX triplet: FF, C9 and A4. RGB value is (255,201,164). Sum of RGB (Red+Green+Blue) = 255+201+164=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 164 (64.45% from 255 or 26.45% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC9A4 is #00365B. Grayscale: #D5D5D5. Windows color (decimal): -13916 or 10799615. OLE color: 10799615.

HSL color Cylindrical-coordinate representation of color #FFC9A4: hue angle of 24.4º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFC9A4 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB255201164-
CMYK00.210.360
HSL24.4º100%82.16%-
HSV(B)24.4º35.69%100%-
XYZ68.8365.7144.18-
YUV212.93100.39158.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.13%
GREEN value IS 201 (78.91% from 255) = 32.42%
BLUE value IS 164 (64.45% from 255) = 26.45%
R=41.13%
G=32.42%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520116400.210.36024.410082.16
HexFFC9A4015240186452
Octal37731124402544030144122
Binary11111111110010011010010001010110010001100011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC9A4; }

 p { color: rgb(255,201,164); }

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

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

 a { background-color: rgb(255,201,164); }

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

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

 span { border-color: rgb(255,201,164); }

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