Html Css Color HEX #D07F92 Puce

📋 copy color: '#D07F92'

red 208 ◦ green 127 ◦ blue 146

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

Shades of Puce #D07F92

Tints of Puce #D07F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.35%

R = 43.24%
G = 26.4%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D07F92 (or 0xD07F92) is known color: Puce. HEX triplet: D0, 7F and 92. RGB value is (208,127,146). Sum of RGB (Red+Green+Blue) = 208+127+146=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07F92 is #2F806D. Grayscale: #999999. Windows color (decimal): -3113070 or 9600976. OLE color: 9600976.

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

Color convert

RGB 208 127 146 -
CMYK 0 0.39 0.30 0.18
HSL 345.93º 0.46% 0.66% -
HSV(B) 345.93º 0.39% 0.82% -
XYZ 38.79 30.66 31.07 -
YUV 153.39 123.84 166.96 -
System Red Green Blue C M Y K H S L
Decimal 208 127 146 0 0.39 0.30 0.18 345.93 0.46 0.66
Hex D0 7F 92 0 27 1E 12 15A 2E 42
Octal 320 177 222 0 47 36 22 532 56 102
Binary 11010000 1111111 10010010 0 100111 11110 10010 101011010 101110 1000010

Color Harmonies of #D07F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07F92

Black with #D07F92

Text Example


Text Example

White with #D07F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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