Html Css Color HEX #D48193 Puce

📋 copy color: '#D48193'

red 212 ◦ green 129 ◦ blue 147

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

Shades of Puce #D48193

Tints of Puce #D48193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.12%

R = 43.44%
G = 26.43%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D48193 (or 0xD48193) is known color: Puce. HEX triplet: D4, 81 and 93. RGB value is (212,129,147). Sum of RGB (Red+Green+Blue) = 212+129+147=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D48193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48193 is #2B7E6C. Grayscale: #9B9B9B. Windows color (decimal): -2850413 or 9667028. OLE color: 9667028.

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

Color convert

RGB 212 129 147 -
CMYK 0 0.39 0.31 0.17
HSL 346.99º 0.49% 0.67% -
HSV(B) 346.99º 0.39% 0.83% -
XYZ 40.27 31.8 31.62 -
YUV 155.87 123 168.04 -
System Red Green Blue C M Y K H S L
Decimal 212 129 147 0 0.39 0.31 0.17 346.99 0.49 0.67
Hex D4 81 93 0 27 1F 11 15B 31 43
Octal 324 201 223 0 47 37 21 533 61 103
Binary 11010100 10000001 10010011 0 100111 11111 10001 101011011 110001 1000011

Color Harmonies of #D48193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48193

Black with #D48193

Text Example


Text Example

White with #D48193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48193; }

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

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

background-color css

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

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

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

border-color css

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

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

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