Html Css Color HEX #D0848E Puce

📋 copy color: '#D0848E'

red 208 ◦ green 132 ◦ blue 142

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

Shades of Puce #D0848E

Tints of Puce #D0848E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.39%

 BLUE value IS 142 (55.86% from 255) = 29.46%

R = 43.15%
G = 27.39%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0848E (or 0xD0848E) is known color: Puce. HEX triplet: D0, 84 and 8E. RGB value is (208,132,142). Sum of RGB (Red+Green+Blue) = 208+132+142=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D0848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0848E is #2F7B71. Grayscale: #9B9B9B. Windows color (decimal): -3111794 or 9340112. OLE color: 9340112.

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

Color convert

RGB 208 132 142 -
CMYK 0 0.37 0.32 0.18
HSL 352.11º 0.45% 0.67% -
HSV(B) 352.11º 0.37% 0.82% -
XYZ 39.15 31.87 29.68 -
YUV 155.86 120.18 165.19 -
System Red Green Blue C M Y K H S L
Decimal 208 132 142 0 0.37 0.32 0.18 352.11 0.45 0.67
Hex D0 84 8E 0 25 20 12 160 2D 43
Octal 320 204 216 0 45 40 22 540 55 103
Binary 11010000 10000100 10001110 0 100101 100000 10010 101100000 101101 1000011

Color Harmonies of #D0848E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0848E

Black with #D0848E

Text Example


Text Example

White with #D0848E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0848E; }

 p { color: rgb(208,132,142); }

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

background-color css

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

 a { background-color: rgb(208,132,142); }

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

border-color css

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

 span { border-color: rgb(208,132,142); }

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