Html Css Color HEX #D08591 Puce

📋 copy color: '#D08591'

red 208 ◦ green 133 ◦ blue 145

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

Shades of Puce #D08591

Tints of Puce #D08591

RGB

 RED value IS 208 (81.64% from 255) = 42.8%

 GREEN value IS 133 (52.34% from 255) = 27.37%

 BLUE value IS 145 (57.03% from 255) = 29.84%

R = 42.8%
G = 27.37%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D08591 (or 0xD08591) is known color: Puce. HEX triplet: D0, 85 and 91. RGB value is (208,133,145). Sum of RGB (Red+Green+Blue) = 208+133+145=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D08591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08591 is #2F7A6E. Grayscale: #9C9C9C. Windows color (decimal): -3111535 or 9536976. OLE color: 9536976.

HSL color Cylindrical-coordinate representation of color #D08591: hue angle of 350.4º 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 #D08591 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 133 145 -
CMYK 0 0.36 0.30 0.18
HSL 350.4º 0.44% 0.67% -
HSV(B) 350.4º 0.36% 0.82% -
XYZ 39.51 32.23 30.93 -
YUV 156.79 121.35 164.52 -
System Red Green Blue C M Y K H S L
Decimal 208 133 145 0 0.36 0.30 0.18 350.4 0.44 0.67
Hex D0 85 91 0 24 1E 12 15E 2C 43
Octal 320 205 221 0 44 36 22 536 54 103
Binary 11010000 10000101 10010001 0 100100 11110 10010 101011110 101100 1000011

Color Harmonies of #D08591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08591

Black with #D08591

Text Example


Text Example

White with #D08591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08591; }

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

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

background-color css

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

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

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

border-color css

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

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

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