Html Css Color HEX #FFCD9D Peach-Orange

📋 copy color: '#FFCD9D'

red 255 ◦ green 205 ◦ blue 157

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

Shades of Peach-Orange #FFCD9D

Tints of Peach-Orange #FFCD9D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.23%

 BLUE value IS 157 (61.72% from 255) = 25.45%

R = 41.33%
G = 33.23%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#FFCD9D (or 0xFFCD9D) is known color: Peach-Orange. HEX triplet: FF, CD and 9D. RGB value is (255,205,157). Sum of RGB (Red+Green+Blue) = 255+205+157=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 157 (61.72% from 255 or 25.45% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCD9D is #003262. Grayscale: #D6D6D6. Windows color (decimal): -12899 or 10341887. OLE color: 10341887.

HSL color Cylindrical-coordinate representation of color #FFCD9D: hue angle of 29.39º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFCD9D is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB 255 205 157 -
CMYK 0 0.20 0.38 0
HSL 29.39º 1% 0.81% -
HSV(B) 29.39º 0.38% 1% -
XYZ 69.16 67.36 41.25 -
YUV 214.48 95.57 156.9 -
System Red Green Blue C M Y K H S L
Decimal 255 205 157 0 0.20 0.38 0 29.39 1 0.81
Hex FF CD 9D 0 14 26 0 1D 64 51
Octal 377 315 235 0 24 46 0 35 144 121
Binary 11111111 11001101 10011101 0 10100 100110 0 11101 1100100 1010001

Color Harmonies of #FFCD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCD9D

Black with #FFCD9D

Text Example


Text Example

White with #FFCD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCD9D; }

 p { color: rgb(255,205,157); }

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

background-color css

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

 a { background-color: rgb(255,205,157); }

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

border-color css

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

 span { border-color: rgb(255,205,157); }

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