#D38296

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

Shades of Puce #D38296

Tints of Puce #D38296

Color information

#D38296 (or 0xD38296) is unknown color: approx Puce. HEX triplet: D3, 82 and 96. RGB value is (211,130,150). Sum of RGB (Red+Green+Blue) = 211+130+150=491 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.97% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 211 - color contains mainly: red. Hex color #D38296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38296 is #2C7D69. Grayscale: #9C9C9C. Windows color (decimal): -2915690 or 9863891. OLE color: 9863891.

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

Color convert

RGB211130150-
CMYK00.380.290.17
HSL345.19º47.93%66.86%-
HSV(B)345.19º38.39%82.75%-
XYZ40.3532.0232.91-
YUV156.5124.34166.87-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.97%
GREEN value IS 130 (51.17% from 255) = 26.48%
BLUE value IS 150 (58.98% from 255) = 30.55%
R=42.97%
G=26.48%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113015000.380.290.17345.1947.9366.86
HexD382960261D111593043
Octal323202226046352153160103
Binary110100111000001010010110010011011101100011010110011100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38296; }

 p { color: rgb(211,130,150); }

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

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

 a { background-color: rgb(211,130,150); }

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

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

 span { border-color: rgb(211,130,150); }

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