Html Css Color HEX #D0849A Puce

📋 copy color: '#D0849A'

red 208 ◦ green 132 ◦ blue 154

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

Shades of Puce #D0849A

Tints of Puce #D0849A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.17%

R = 42.11%
G = 26.72%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D0849A (or 0xD0849A) is known color: Puce. HEX triplet: D0, 84 and 9A. RGB value is (208,132,154). Sum of RGB (Red+Green+Blue) = 208+132+154=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D0849A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0849A is #2F7B65. Grayscale: #9D9D9D. Windows color (decimal): -3111782 or 10126544. OLE color: 10126544.

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

Color convert

RGB 208 132 154 -
CMYK 0 0.37 0.26 0.18
HSL 342.63º 0.45% 0.67% -
HSV(B) 342.63º 0.37% 0.82% -
XYZ 40.1 32.25 34.68 -
YUV 157.23 126.18 164.21 -
System Red Green Blue C M Y K H S L
Decimal 208 132 154 0 0.37 0.26 0.18 342.63 0.45 0.67
Hex D0 84 9A 0 25 1A 12 157 2D 43
Octal 320 204 232 0 45 32 22 527 55 103
Binary 11010000 10000100 10011010 0 100101 11010 10010 101010111 101101 1000011

Color Harmonies of #D0849A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0849A

Black with #D0849A

Text Example


Text Example

White with #D0849A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0849A; }

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

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

background-color css

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

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

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

border-color css

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

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

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