#FFC7A4

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

Shades of Peach #FFC7A4

Tints of Peach #FFC7A4

Color information

#FFC7A4 (or 0xFFC7A4) is unknown color: approx Peach. HEX triplet: FF, C7 and A4. RGB value is (255,199,164). Sum of RGB (Red+Green+Blue) = 255+199+164=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 199 (78.12% from 255 or 32.20% from 618); Blue value is 164 (64.45% from 255 or 26.54% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC7A4 is #00385B. Grayscale: #D3D3D3. Windows color (decimal): -14428 or 10799103. OLE color: 10799103.

HSL color Cylindrical-coordinate representation of color #FFC7A4: hue angle of 23.08º 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 #FFC7A4 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB255199164-
CMYK00.220.360
HSL23.08º100%82.16%-
HSV(B)23.08º35.69%100%-
XYZ68.3664.7944.02-
YUV211.75101.05158.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.26%
GREEN value IS 199 (78.12% from 255) = 32.20%
BLUE value IS 164 (64.45% from 255) = 26.54%
R=41.26%
G=32.20%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519916400.220.36023.0810082.16
HexFFC7A4016240176452
Octal37730724402644027144122
Binary11111111110001111010010001011010010001011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC7A4; }

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

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

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

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

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

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

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

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