Html Css Color HEX #D08596 Puce

📋 copy color: '#D08596'

red 208 ◦ green 133 ◦ blue 150

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

Shades of Puce #D08596

Tints of Puce #D08596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.55%

R = 42.36%
G = 27.09%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D08596 (or 0xD08596) is known color: Puce. HEX triplet: D0, 85 and 96. RGB value is (208,133,150). Sum of RGB (Red+Green+Blue) = 208+133+150=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D08596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08596 is #2F7A69. Grayscale: #9D9D9D. Windows color (decimal): -3111530 or 9864656. OLE color: 9864656.

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

Color convert

RGB 208 133 150 -
CMYK 0 0.36 0.28 0.18
HSL 346.4º 0.44% 0.67% -
HSV(B) 346.4º 0.36% 0.82% -
XYZ 39.9 32.39 33 -
YUV 157.36 123.85 164.12 -
System Red Green Blue C M Y K H S L
Decimal 208 133 150 0 0.36 0.28 0.18 346.4 0.44 0.67
Hex D0 85 96 0 24 1C 12 15A 2C 43
Octal 320 205 226 0 44 34 22 532 54 103
Binary 11010000 10000101 10010110 0 100100 11100 10010 101011010 101100 1000011

Color Harmonies of #D08596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08596

Black with #D08596

Text Example


Text Example

White with #D08596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08596; }

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

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

background-color css

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

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

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

border-color css

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

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

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