Html Css Color HEX #D08694 Puce

📋 copy color: '#D08694'

red 208 ◦ green 134 ◦ blue 148

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

Shades of Puce #D08694

Tints of Puce #D08694

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.35%

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

R = 42.45%
G = 27.35%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D08694 (or 0xD08694) is known color: Puce. HEX triplet: D0, 86 and 94. RGB value is (208,134,148). Sum of RGB (Red+Green+Blue) = 208+134+148=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D08694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08694 is #2F796B. Grayscale: #9D9D9D. Windows color (decimal): -3111276 or 9733840. OLE color: 9733840.

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

Color convert

RGB 208 134 148 -
CMYK 0 0.36 0.29 0.18
HSL 348.65º 0.44% 0.67% -
HSV(B) 348.65º 0.36% 0.82% -
XYZ 39.88 32.6 32.21 -
YUV 157.72 122.52 163.86 -
System Red Green Blue C M Y K H S L
Decimal 208 134 148 0 0.36 0.29 0.18 348.65 0.44 0.67
Hex D0 86 94 0 24 1D 12 15D 2C 43
Octal 320 206 224 0 44 35 22 535 54 103
Binary 11010000 10000110 10010100 0 100100 11101 10010 101011101 101100 1000011

Color Harmonies of #D08694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08694

Black with #D08694

Text Example


Text Example

White with #D08694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08694; }

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

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

background-color css

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

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

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

border-color css

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

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

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