Html Css Color HEX #D08293 Puce

📋 copy color: '#D08293'

red 208 ◦ green 130 ◦ blue 147

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

Shades of Puce #D08293

Tints of Puce #D08293

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.8%

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

R = 42.89%
G = 26.8%
B = 30.31%

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

#D08293 (or 0xD08293) is known color: Puce. HEX triplet: D0, 82 and 93. RGB value is (208,130,147). Sum of RGB (Red+Green+Blue) = 208+130+147=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D08293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08293 is #2F7D6C. Grayscale: #9B9B9B. Windows color (decimal): -3112301 or 9667280. OLE color: 9667280.

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

Color convert

RGB 208 130 147 -
CMYK 0 0.38 0.29 0.18
HSL 346.92º 0.45% 0.66% -
HSV(B) 346.92º 0.38% 0.82% -
XYZ 39.26 31.48 31.61 -
YUV 155.26 123.34 165.62 -
System Red Green Blue C M Y K H S L
Decimal 208 130 147 0 0.38 0.29 0.18 346.92 0.45 0.66
Hex D0 82 93 0 26 1D 12 15B 2D 42
Octal 320 202 223 0 46 35 22 533 55 102
Binary 11010000 10000010 10010011 0 100110 11101 10010 101011011 101101 1000010

Color Harmonies of #D08293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08293

Black with #D08293

Text Example


Text Example

White with #D08293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08293; }

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

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

background-color css

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

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

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

border-color css

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

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

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