#D08592

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

Shades of Puce #D08592

Tints of Puce #D08592

Color information

#D08592 (or 0xD08592) is unknown color: approx Puce. HEX triplet: D0, 85 and 92. RGB value is (208,133,146). Sum of RGB (Red+Green+Blue) = 208+133+146=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D08592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08592 is #2F7A6D. Grayscale: #9C9C9C. Windows color (decimal): -3111534 or 9602512. OLE color: 9602512.

HSL color Cylindrical-coordinate representation of color #D08592: hue angle of 349.6º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D08592 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB208133146-
CMYK00.360.300.18
HSL349.6º44.38%66.86%-
HSV(B)349.6º36.06%81.57%-
XYZ39.5932.2631.33-
YUV156.91121.85164.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.71%
GREEN value IS 133 (52.34% from 255) = 27.31%
BLUE value IS 146 (57.42% from 255) = 29.98%
R=42.71%
G=27.31%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813314600.360.300.18349.644.3866.86
HexD085920241E1215e2c43
Octal320205222044362253654103
Binary110100001000010110010010010010011110100101010111101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08592; }

 p { color: rgb(208,133,146); }

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

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

 a { background-color: rgb(208,133,146); }

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

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

 span { border-color: rgb(208,133,146); }

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