#FFC7A6

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

Shades of Peach #FFC7A6

Tints of Peach #FFC7A6

Color information

#FFC7A6 (or 0xFFC7A6) is unknown color: approx Peach. HEX triplet: FF, C7 and A6. RGB value is (255,199,166). Sum of RGB (Red+Green+Blue) = 255+199+166=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 166 (65.23% from 255 or 26.77% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC7A6 is #003859. Grayscale: #D4D4D4. Windows color (decimal): -14426 or 10930175. OLE color: 10930175.

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

Color convert

RGB255199166-
CMYK00.220.350
HSL22.25º100%82.55%-
HSV(B)22.25º34.9%100%-
XYZ68.5564.8644.98-
YUV211.98102.05158.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.13%
GREEN value IS 199 (78.12% from 255) = 32.10%
BLUE value IS 166 (65.23% from 255) = 26.77%
R=41.13%
G=32.10%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519916600.220.35022.2510082.55
HexFFC7A6016230166453
Octal37730724602643026144123
Binary11111111110001111010011001011010001101011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC7A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC7A6; }

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

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

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

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

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

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

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

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