Html Css Color HEX #D07C9C Puce

📋 copy color: '#D07C9C'

red 208 ◦ green 124 ◦ blue 156

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

Shades of Puce #D07C9C

Tints of Puce #D07C9C

RGB

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

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

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

R = 42.62%
G = 25.41%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D07C9C (or 0xD07C9C) is known color: Puce. HEX triplet: D0, 7C and 9C. RGB value is (208,124,156). Sum of RGB (Red+Green+Blue) = 208+124+156=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07C9C is #2F8363. Grayscale: #989898. Windows color (decimal): -3113828 or 10255568. OLE color: 10255568.

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

Color convert

RGB 208 124 156 -
CMYK 0 0.40 0.25 0.18
HSL 337.14º 0.47% 0.65% -
HSV(B) 337.14º 0.4% 0.82% -
XYZ 39.22 30.23 35.22 -
YUV 152.76 129.83 167.4 -
System Red Green Blue C M Y K H S L
Decimal 208 124 156 0 0.40 0.25 0.18 337.14 0.47 0.65
Hex D0 7C 9C 0 28 19 12 151 2F 41
Octal 320 174 234 0 50 31 22 521 57 101
Binary 11010000 1111100 10011100 0 101000 11001 10010 101010001 101111 1000001

Color Harmonies of #D07C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C9C

Black with #D07C9C

Text Example


Text Example

White with #D07C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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