Html Css Color HEX #D07C96 Puce

📋 copy color: '#D07C96'

red 208 ◦ green 124 ◦ blue 150

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

Shades of Puce #D07C96

Tints of Puce #D07C96

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.73%

 BLUE value IS 150 (58.98% from 255) = 31.12%

R = 43.15%
G = 25.73%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D07C96 (or 0xD07C96) is known color: Puce. HEX triplet: D0, 7C and 96. RGB value is (208,124,150). Sum of RGB (Red+Green+Blue) = 208+124+150=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07C96 is #2F8369. Grayscale: #989898. Windows color (decimal): -3113834 or 9862352. OLE color: 9862352.

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

Color convert

RGB 208 124 150 -
CMYK 0 0.40 0.28 0.18
HSL 341.43º 0.47% 0.65% -
HSV(B) 341.43º 0.4% 0.82% -
XYZ 38.73 30.03 32.61 -
YUV 152.08 126.83 167.89 -
System Red Green Blue C M Y K H S L
Decimal 208 124 150 0 0.40 0.28 0.18 341.43 0.47 0.65
Hex D0 7C 96 0 28 1C 12 155 2F 41
Octal 320 174 226 0 50 34 22 525 57 101
Binary 11010000 1111100 10010110 0 101000 11100 10010 101010101 101111 1000001

Color Harmonies of #D07C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C96

Black with #D07C96

Text Example


Text Example

White with #D07C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C96; }

 p { color: rgb(208,124,150); }

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

background-color css

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

 a { background-color: rgb(208,124,150); }

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

border-color css

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

 span { border-color: rgb(208,124,150); }

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