Html Css Color HEX #FFC7A5 Peach

📋 copy color: '#FFC7A5'

red 255 ◦ green 199 ◦ blue 165

#FFC7A5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peach #FFC7A5

Tints of Peach #FFC7A5

RGB

 RED value IS 255 (100% from 255) = 41.2%

 GREEN value IS 199 (78.13% from 255) = 32.15%

 BLUE value IS 165 (64.84% from 255) = 26.66%

R = 41.2%
G = 32.15%
B = 26.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FFC7A5 (or 0xFFC7A5) is known color: 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

RGB 255 199 165 -
CMYK 0 0.22 0.35 0
HSL 22.67º 1% 0.82% -
HSV(B) 22.67º 0.35% 1% -
XYZ 68.45 64.82 44.5 -
YUV 211.87 101.55 158.76 -
System Red Green Blue C M Y K H S L
Decimal 255 199 165 0 0.22 0.35 0 22.67 1 0.82
Hex FF C7 A5 0 16 23 0 17 64 52
Octal 377 307 245 0 26 43 0 27 144 122
Binary 11111111 11000111 10100101 0 10110 100011 0 10111 1100100 1010010

Color Harmonies of #FFC7A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC7A5

Black with #FFC7A5

Text Example


Text Example

White with #FFC7A5

Text Example


Text Example

HTML Codes & Css Web 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>