Html Css Color HEX #D08094 Puce

📋 copy color: '#D08094'

red 208 ◦ green 128 ◦ blue 148

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

Shades of Puce #D08094

Tints of Puce #D08094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.58%

R = 42.98%
G = 26.45%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D08094 (or 0xD08094) is known color: Puce. HEX triplet: D0, 80 and 94. RGB value is (208,128,148). Sum of RGB (Red+Green+Blue) = 208+128+148=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D08094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08094 is #2F7F6B. Grayscale: #9A9A9A. Windows color (decimal): -3112812 or 9732304. OLE color: 9732304.

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

Color convert

RGB 208 128 148 -
CMYK 0 0.38 0.29 0.18
HSL 345º 0.46% 0.66% -
HSV(B) 345º 0.38% 0.82% -
XYZ 39.08 30.99 31.94 -
YUV 154.2 124.5 166.37 -
System Red Green Blue C M Y K H S L
Decimal 208 128 148 0 0.38 0.29 0.18 345 0.46 0.66
Hex D0 80 94 0 26 1D 12 159 2E 42
Octal 320 200 224 0 46 35 22 531 56 102
Binary 11010000 10000000 10010100 0 100110 11101 10010 101011001 101110 1000010

Color Harmonies of #D08094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08094

Black with #D08094

Text Example


Text Example

White with #D08094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08094; }

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

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

background-color css

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

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

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

border-color css

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

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

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