#ffc9a5

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

Shades of Peach #FFC9A5

Tints of Peach #FFC9A5

Color information

#FFC9A5 (or 0xFFC9A5) is unknown color: approx Peach. HEX triplet: FF, C9 and A5. RGB value is (255,201,165). Sum of RGB (Red+Green+Blue) = 255+201+165=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 201 (78.91% from 255 or 32.37% from 621); Blue value is 165 (64.84% from 255 or 26.57% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC9A5 is #00365A. Grayscale: #D5D5D5. Windows color (decimal): -13915 or 10865151. OLE color: 10865151.

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

Color convert

RGB255201165-
CMYK00.210.350
HSL24º100%82.35%-
HSV(B)24º35.29%100%-
XYZ68.9265.7544.66-
YUV213.04100.89157.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.06%
GREEN value IS 201 (78.91% from 255) = 32.37%
BLUE value IS 165 (64.84% from 255) = 26.57%
R=41.06%
G=32.37%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520116500.210.3502410082.35
HexFFC9A5015230186452
Octal37731124502543030144122
Binary11111111110010011010010101010110001101100011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffc9a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffc9a5; }

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

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

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

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

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

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

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

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