Html Css Color HEX #D48097 Puce

📋 copy color: '#D48097'

red 212 ◦ green 128 ◦ blue 151

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

Shades of Puce #D48097

Tints of Puce #D48097

RGB

 RED value IS 212 (83.2% from 255) = 43.18%

 GREEN value IS 128 (50.39% from 255) = 26.07%

 BLUE value IS 151 (59.38% from 255) = 30.75%

R = 43.18%
G = 26.07%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D48097 (or 0xD48097) is known color: Puce. HEX triplet: D4, 80 and 97. RGB value is (212,128,151). Sum of RGB (Red+Green+Blue) = 212+128+151=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D48097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48097 is #2B7F68. Grayscale: #9B9B9B. Windows color (decimal): -2850665 or 9928916. OLE color: 9928916.

HSL color Cylindrical-coordinate representation of color #D48097: hue angle of 343.57º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D48097 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 128 151 -
CMYK 0 0.40 0.29 0.17
HSL 343.57º 0.49% 0.67% -
HSV(B) 343.57º 0.4% 0.83% -
XYZ 40.46 31.67 33.26 -
YUV 155.74 125.33 168.13 -
System Red Green Blue C M Y K H S L
Decimal 212 128 151 0 0.40 0.29 0.17 343.57 0.49 0.67
Hex D4 80 97 0 28 1D 11 158 31 43
Octal 324 200 227 0 50 35 21 530 61 103
Binary 11010100 10000000 10010111 0 101000 11101 10001 101011000 110001 1000011

Color Harmonies of #D48097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48097

Black with #D48097

Text Example


Text Example

White with #D48097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48097; }

 p { color: rgb(212,128,151); }

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

background-color css

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

 a { background-color: rgb(212,128,151); }

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

border-color css

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

 span { border-color: rgb(212,128,151); }

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