Html Css Color HEX #D08096 Puce

📋 copy color: '#D08096'

red 208 ◦ green 128 ◦ blue 150

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

Shades of Puce #D08096

Tints of Puce #D08096

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.34%

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

R = 42.8%
G = 26.34%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D08096 (or 0xD08096) is known color: Puce. HEX triplet: D0, 80 and 96. RGB value is (208,128,150). Sum of RGB (Red+Green+Blue) = 208+128+150=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D08096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08096 is #2F7F69. Grayscale: #9A9A9A. Windows color (decimal): -3112810 or 9863376. OLE color: 9863376.

HSL color Cylindrical-coordinate representation of color #D08096: hue angle of 343.5º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D08096 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 128 150 -
CMYK 0 0.38 0.28 0.18
HSL 343.5º 0.46% 0.66% -
HSV(B) 343.5º 0.38% 0.82% -
XYZ 39.24 31.05 32.78 -
YUV 154.43 125.5 166.21 -
System Red Green Blue C M Y K H S L
Decimal 208 128 150 0 0.38 0.28 0.18 343.5 0.46 0.66
Hex D0 80 96 0 26 1C 12 158 2E 42
Octal 320 200 226 0 46 34 22 530 56 102
Binary 11010000 10000000 10010110 0 100110 11100 10010 101011000 101110 1000010

Color Harmonies of #D08096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08096

Black with #D08096

Text Example


Text Example

White with #D08096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08096; }

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

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

background-color css

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

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

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

border-color css

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

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

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