#FFC7A5

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

Shades of Peach #FFC7A5

Tints of Peach #FFC7A5

Color information

#FFC7A5 (or 0xFFC7A5) is unknown color: approx Peach. HEX triplet: FF, C7 and A5. RGB value is (255,199,165). Sum of RGB (Red+Green+Blue) = 255+199+165=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 199 (78.12% from 255 or 32.15% from 619); Blue value is 165 (64.84% from 255 or 26.66% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC7A5 is #00385A. Grayscale: #D4D4D4. Windows color (decimal): -14427 or 10864639. OLE color: 10864639.

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

Color convert

RGB255199165-
CMYK00.220.350
HSL22.67º100%82.35%-
HSV(B)22.67º35.29%100%-
XYZ68.4564.8244.5-
YUV211.87101.55158.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.20%
GREEN value IS 199 (78.12% from 255) = 32.15%
BLUE value IS 165 (64.84% from 255) = 26.66%
R=41.20%
G=32.15%
B=26.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519916500.220.35022.6710082.35
HexFFC7A5016230176452
Octal37730724502643027144122
Binary11111111110001111010010101011010001101011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC7A5; }

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

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

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

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

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

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

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

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