Html Css Color HEX #D4868C Puce

📋 copy color: '#D4868C'

red 212 ◦ green 134 ◦ blue 140

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

Shades of Puce #D4868C

Tints of Puce #D4868C

RGB

 RED value IS 212 (83.2% from 255) = 43.62%

 GREEN value IS 134 (52.73% from 255) = 27.57%

 BLUE value IS 140 (55.08% from 255) = 28.81%

R = 43.62%
G = 27.57%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D4868C (or 0xD4868C) is known color: Puce. HEX triplet: D4, 86 and 8C. RGB value is (212,134,140). Sum of RGB (Red+Green+Blue) = 212+134+140=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 212 - color contains mainly: red. Hex color #D4868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4868C is #2B7973. Grayscale: #9E9E9E. Windows color (decimal): -2849140 or 9209556. OLE color: 9209556.

HSL color Cylindrical-coordinate representation of color #D4868C: hue angle of 355.38º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D4868C is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 134 140 -
CMYK 0 0.37 0.34 0.17
HSL 355.38º 0.48% 0.68% -
HSV(B) 355.38º 0.37% 0.83% -
XYZ 40.41 32.94 29.04 -
YUV 158.01 117.84 166.51 -
System Red Green Blue C M Y K H S L
Decimal 212 134 140 0 0.37 0.34 0.17 355.38 0.48 0.68
Hex D4 86 8C 0 25 22 11 163 30 44
Octal 324 206 214 0 45 42 21 543 60 104
Binary 11010100 10000110 10001100 0 100101 100010 10001 101100011 110000 1000100

Color Harmonies of #D4868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4868C

Black with #D4868C

Text Example


Text Example

White with #D4868C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4868C; }

 p { color: rgb(212,134,140); }

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

background-color css

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

 a { background-color: rgb(212,134,140); }

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

border-color css

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

 span { border-color: rgb(212,134,140); }

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