#D48292

Color #D48292 Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #D48292

Tints of Puce #D48292

Color information

#D48292 (or 0xD48292) is unknown color: approx Puce. HEX triplet: D4, 82 and 92. RGB value is (212,130,146). Sum of RGB (Red+Green+Blue) = 212+130+146=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D48292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48292 is #2B7D6D. Grayscale: #9C9C9C. Windows color (decimal): -2850158 or 9601748. OLE color: 9601748.

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

Color convert

RGB212130146-
CMYK00.390.310.17
HSL348.29º48.81%67.06%-
HSV(B)348.29º38.68%83.14%-
XYZ40.3232.0431.25-
YUV156.34122.17167.7-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.44%
GREEN value IS 130 (51.17% from 255) = 26.64%
BLUE value IS 146 (57.42% from 255) = 29.92%
R=43.44%
G=26.64%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213014600.390.310.17348.2948.8167.06
HexD482920271F1115c3143
Octal324202222047372153461103
Binary110101001000001010010010010011111111100011010111001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48292; }

 p { color: rgb(212,130,146); }

 H1.HeaderClassName
 {
   color: #D48292;
 }
 .AnyTagClassName
 {
   color: #D48292;
 }
</style>
background-color css

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

 a { background-color: rgb(212,130,146); }

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

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

 span { border-color: rgb(212,130,146); }

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