Html Css Color HEX #D08792 Puce

📋 copy color: '#D08792'

red 208 ◦ green 135 ◦ blue 146

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

Shades of Puce #D08792

Tints of Puce #D08792

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.61%

 BLUE value IS 146 (57.42% from 255) = 29.86%

R = 42.54%
G = 27.61%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D08792 (or 0xD08792) is known color: Puce. HEX triplet: D0, 87 and 92. RGB value is (208,135,146). Sum of RGB (Red+Green+Blue) = 208+135+146=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D08792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08792 is #2F786D. Grayscale: #9E9E9E. Windows color (decimal): -3111022 or 9603024. OLE color: 9603024.

HSL color Cylindrical-coordinate representation of color #D08792: hue angle of 350.96º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D08792 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 135 146 -
CMYK 0 0.35 0.30 0.18
HSL 350.96º 0.44% 0.67% -
HSV(B) 350.96º 0.35% 0.82% -
XYZ 39.86 32.81 31.43 -
YUV 158.08 121.18 163.61 -
System Red Green Blue C M Y K H S L
Decimal 208 135 146 0 0.35 0.30 0.18 350.96 0.44 0.67
Hex D0 87 92 0 23 1E 12 15F 2C 43
Octal 320 207 222 0 43 36 22 537 54 103
Binary 11010000 10000111 10010010 0 100011 11110 10010 101011111 101100 1000011

Color Harmonies of #D08792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08792

Black with #D08792

Text Example


Text Example

White with #D08792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08792; }

 p { color: rgb(208,135,146); }

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

background-color css

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

 a { background-color: rgb(208,135,146); }

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

border-color css

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

 span { border-color: rgb(208,135,146); }

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