Html Css Color HEX #D48191 Puce

📋 copy color: '#D48191'

red 212 ◦ green 129 ◦ blue 145

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

Shades of Puce #D48191

Tints of Puce #D48191

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.54%

 BLUE value IS 145 (57.03% from 255) = 29.84%

R = 43.62%
G = 26.54%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D48191 (or 0xD48191) is known color: Puce. HEX triplet: D4, 81 and 91. RGB value is (212,129,145). Sum of RGB (Red+Green+Blue) = 212+129+145=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 212 - color contains mainly: red. Hex color #D48191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48191 is #2B7E6E. Grayscale: #9B9B9B. Windows color (decimal): -2850415 or 9535956. OLE color: 9535956.

HSL color Cylindrical-coordinate representation of color #D48191: hue angle of 348.43º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D48191 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 129 145 -
CMYK 0 0.39 0.32 0.17
HSL 348.43º 0.49% 0.67% -
HSV(B) 348.43º 0.39% 0.83% -
XYZ 40.11 31.74 30.8 -
YUV 155.64 122 168.2 -
System Red Green Blue C M Y K H S L
Decimal 212 129 145 0 0.39 0.32 0.17 348.43 0.49 0.67
Hex D4 81 91 0 27 20 11 15C 31 43
Octal 324 201 221 0 47 40 21 534 61 103
Binary 11010100 10000001 10010001 0 100111 100000 10001 101011100 110001 1000011

Color Harmonies of #D48191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48191

Black with #D48191

Text Example


Text Example

White with #D48191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48191; }

 p { color: rgb(212,129,145); }

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

background-color css

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

 a { background-color: rgb(212,129,145); }

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

border-color css

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

 span { border-color: rgb(212,129,145); }

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