Html Css Color HEX #D08597 Puce

📋 copy color: '#D08597'

red 208 ◦ green 133 ◦ blue 151

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

Shades of Puce #D08597

Tints of Puce #D08597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.69%

R = 42.28%
G = 27.03%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D08597 (or 0xD08597) is known color: Puce. HEX triplet: D0, 85 and 97. RGB value is (208,133,151). Sum of RGB (Red+Green+Blue) = 208+133+151=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D08597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08597 is #2F7A68. Grayscale: #9D9D9D. Windows color (decimal): -3111529 or 9930192. OLE color: 9930192.

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

Color convert

RGB 208 133 151 -
CMYK 0 0.36 0.27 0.18
HSL 345.6º 0.44% 0.67% -
HSV(B) 345.6º 0.36% 0.82% -
XYZ 39.99 32.42 33.43 -
YUV 157.48 124.35 164.04 -
System Red Green Blue C M Y K H S L
Decimal 208 133 151 0 0.36 0.27 0.18 345.6 0.44 0.67
Hex D0 85 97 0 24 1B 12 15A 2C 43
Octal 320 205 227 0 44 33 22 532 54 103
Binary 11010000 10000101 10010111 0 100100 11011 10010 101011010 101100 1000011

Color Harmonies of #D08597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08597

Black with #D08597

Text Example


Text Example

White with #D08597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08597; }

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

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

background-color css

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

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

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

border-color css

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

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

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