Html Css Color HEX #D07F9C Puce

📋 copy color: '#D07F9C'

red 208 ◦ green 127 ◦ blue 156

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

Shades of Puce #D07F9C

Tints of Puce #D07F9C

RGB

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

 GREEN value IS 127 (50% from 255) = 25.87%

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

R = 42.36%
G = 25.87%
B = 31.77%

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

#D07F9C (or 0xD07F9C) is known color: Puce. HEX triplet: D0, 7F and 9C. RGB value is (208,127,156). Sum of RGB (Red+Green+Blue) = 208+127+156=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07F9C is #2F8063. Grayscale: #9A9A9A. Windows color (decimal): -3113060 or 10256336. OLE color: 10256336.

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

Color convert

RGB 208 127 156 -
CMYK 0 0.39 0.25 0.18
HSL 338.52º 0.46% 0.66% -
HSV(B) 338.52º 0.39% 0.82% -
XYZ 39.6 30.99 35.35 -
YUV 154.53 128.84 166.14 -
System Red Green Blue C M Y K H S L
Decimal 208 127 156 0 0.39 0.25 0.18 338.52 0.46 0.66
Hex D0 7F 9C 0 27 19 12 153 2E 42
Octal 320 177 234 0 47 31 22 523 56 102
Binary 11010000 1111111 10011100 0 100111 11001 10010 101010011 101110 1000010

Color Harmonies of #D07F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07F9C

Black with #D07F9C

Text Example


Text Example

White with #D07F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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