Html Css Color HEX #D0858C Puce

📋 copy color: '#D0858C'

red 208 ◦ green 133 ◦ blue 140

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

Shades of Puce #D0858C

Tints of Puce #D0858C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.11%

R = 43.24%
G = 27.65%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0858C (or 0xD0858C) is known color: Puce. HEX triplet: D0, 85 and 8C. RGB value is (208,133,140). Sum of RGB (Red+Green+Blue) = 208+133+140=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D0858C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0858C is #2F7A73. Grayscale: #9C9C9C. Windows color (decimal): -3111540 or 9209296. OLE color: 9209296.

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

Color convert

RGB 208 133 140 -
CMYK 0 0.36 0.33 0.18
HSL 354.4º 0.44% 0.67% -
HSV(B) 354.4º 0.36% 0.82% -
XYZ 39.13 32.08 28.94 -
YUV 156.22 118.85 164.93 -
System Red Green Blue C M Y K H S L
Decimal 208 133 140 0 0.36 0.33 0.18 354.4 0.44 0.67
Hex D0 85 8C 0 24 21 12 162 2C 43
Octal 320 205 214 0 44 41 22 542 54 103
Binary 11010000 10000101 10001100 0 100100 100001 10010 101100010 101100 1000011

Color Harmonies of #D0858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0858C

Black with #D0858C

Text Example


Text Example

White with #D0858C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0858C; }

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

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

background-color css

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

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

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

border-color css

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

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

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