Html Css Color HEX #FFCCA5 Peach

📋 copy color: '#FFCCA5'

red 255 ◦ green 204 ◦ blue 165

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

Shades of Peach #FFCCA5

Tints of Peach #FFCCA5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.69%

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

R = 40.87%
G = 32.69%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FFCCA5 (or 0xFFCCA5) is known color: Peach. HEX triplet: FF, CC and A5. RGB value is (255,204,165). Sum of RGB (Red+Green+Blue) = 255+204+165=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 165 (64.84% from 255 or 26.44% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCCA5 is #00335A. Grayscale: #D7D7D7. Windows color (decimal): -13147 or 10865919. OLE color: 10865919.

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

Color convert

RGB 255 204 165 -
CMYK 0 0.2 0.35 0
HSL 26º 1% 0.82% -
HSV(B) 26º 0.35% 1% -
XYZ 69.62 67.16 44.89 -
YUV 214.8 99.9 156.67 -
System Red Green Blue C M Y K H S L
Decimal 255 204 165 0 0.2 0.35 0 26 1 0.82
Hex FF CC A5 0 14 23 0 1A 64 52
Octal 377 314 245 0 24 43 0 32 144 122
Binary 11111111 11001100 10100101 0 10100 100011 0 11010 1100100 1010010

Color Harmonies of #FFCCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCCA5

Black with #FFCCA5

Text Example


Text Example

White with #FFCCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCCA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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