#FFC5A7

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

Shades of Peach #FFC5A7

Tints of Peach #FFC5A7

Color information

#FFC5A7 (or 0xFFC5A7) is unknown color: approx Peach. HEX triplet: FF, C5 and A7. RGB value is (255,197,167). Sum of RGB (Red+Green+Blue) = 255+197+167=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 197 (77.34% from 255 or 31.83% from 619); Blue value is 167 (65.62% from 255 or 26.98% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC5A7 is #003A58. Grayscale: #D3D3D3. Windows color (decimal): -14937 or 10995199. OLE color: 10995199.

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

Color convert

RGB255197167-
CMYK00.230.350
HSL20.45º100%82.75%-
HSV(B)20.45º34.51%100%-
XYZ68.1863.9845.32-
YUV210.92103.22159.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.20%
GREEN value IS 197 (77.34% from 255) = 31.83%
BLUE value IS 167 (65.62% from 255) = 26.98%
R=41.20%
G=31.83%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519716700.230.35020.4510082.75
HexFFC5A7017230146453
Octal37730524702743024144123
Binary11111111110001011010011101011110001101010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC5A7; }

 p { color: rgb(255,197,167); }

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

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

 a { background-color: rgb(255,197,167); }

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

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

 span { border-color: rgb(255,197,167); }

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