Html Css Color HEX #FFC7A7 Peach

📋 copy color: '#FFC7A7'

red 255 ◦ green 199 ◦ blue 167

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

Shades of Peach #FFC7A7

Tints of Peach #FFC7A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 26.89%

R = 41.06%
G = 32.05%
B = 26.89%

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

#FFC7A7 (or 0xFFC7A7) is known color: Peach. HEX triplet: FF, C7 and A7. RGB value is (255,199,167). Sum of RGB (Red+Green+Blue) = 255+199+167=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 199 (78.12% from 255 or 32.05% from 621); Blue value is 167 (65.62% from 255 or 26.89% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC7A7 is #003858. Grayscale: #D4D4D4. Windows color (decimal): -14425 or 10995711. OLE color: 10995711.

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

Color convert

RGB 255 199 167 -
CMYK 0 0.22 0.35 0
HSL 21.82º 1% 0.83% -
HSV(B) 21.82º 0.35% 1% -
XYZ 68.64 64.9 45.47 -
YUV 212.1 102.55 158.6 -
System Red Green Blue C M Y K H S L
Decimal 255 199 167 0 0.22 0.35 0 21.82 1 0.83
Hex FF C7 A7 0 16 23 0 16 64 53
Octal 377 307 247 0 26 43 0 26 144 123
Binary 11111111 11000111 10100111 0 10110 100011 0 10110 1100100 1010011

Color Harmonies of #FFC7A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC7A7

Black with #FFC7A7

Text Example


Text Example

White with #FFC7A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC7A7; }

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

 H1.HeaderClassName
 {
   color: #FFC7A7;
 }
 .AnyTagClassName
 {
   color: #FFC7A7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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