Html Css Color HEX #D08593 Puce

📋 copy color: '#D08593'

red 208 ◦ green 133 ◦ blue 147

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

Shades of Puce #D08593

Tints of Puce #D08593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.12%

R = 42.62%
G = 27.25%
B = 30.12%

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

#D08593 (or 0xD08593) is known color: Puce. HEX triplet: D0, 85 and 93. RGB value is (208,133,147). Sum of RGB (Red+Green+Blue) = 208+133+147=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D08593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08593 is #2F7A6C. Grayscale: #9D9D9D. Windows color (decimal): -3111533 or 9668048. OLE color: 9668048.

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

Color convert

RGB 208 133 147 -
CMYK 0 0.36 0.29 0.18
HSL 348.8º 0.44% 0.67% -
HSV(B) 348.8º 0.36% 0.82% -
XYZ 39.67 32.29 31.75 -
YUV 157.02 122.35 164.36 -
System Red Green Blue C M Y K H S L
Decimal 208 133 147 0 0.36 0.29 0.18 348.8 0.44 0.67
Hex D0 85 93 0 24 1D 12 15D 2C 43
Octal 320 205 223 0 44 35 22 535 54 103
Binary 11010000 10000101 10010011 0 100100 11101 10010 101011101 101100 1000011

Color Harmonies of #D08593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08593

Black with #D08593

Text Example


Text Example

White with #D08593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08593; }

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

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

background-color css

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

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

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

border-color css

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

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

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