Html Css Color HEX #D07E9C Puce

📋 copy color: '#D07E9C'

red 208 ◦ green 126 ◦ blue 156

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

Shades of Puce #D07E9C

Tints of Puce #D07E9C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.71%

 BLUE value IS 156 (61.33% from 255) = 31.84%

R = 42.45%
G = 25.71%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D07E9C (or 0xD07E9C) is known color: Puce. HEX triplet: D0, 7E and 9C. RGB value is (208,126,156). Sum of RGB (Red+Green+Blue) = 208+126+156=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07E9C is #2F8163. Grayscale: #999999. Windows color (decimal): -3113316 or 10256080. OLE color: 10256080.

HSL color Cylindrical-coordinate representation of color #D07E9C: hue angle of 338.05º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D07E9C is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 126 156 -
CMYK 0 0.39 0.25 0.18
HSL 338.05º 0.47% 0.65% -
HSV(B) 338.05º 0.39% 0.82% -
XYZ 39.47 30.73 35.3 -
YUV 153.94 129.17 166.56 -
System Red Green Blue C M Y K H S L
Decimal 208 126 156 0 0.39 0.25 0.18 338.05 0.47 0.65
Hex D0 7E 9C 0 27 19 12 152 2F 41
Octal 320 176 234 0 47 31 22 522 57 101
Binary 11010000 1111110 10011100 0 100111 11001 10010 101010010 101111 1000001

Color Harmonies of #D07E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E9C

Black with #D07E9C

Text Example


Text Example

White with #D07E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E9C; }

 p { color: rgb(208,126,156); }

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

background-color css

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

 a { background-color: rgb(208,126,156); }

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

border-color css

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

 span { border-color: rgb(208,126,156); }

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