Html Css Color HEX #D48098 Puce

📋 copy color: '#D48098'

red 212 ◦ green 128 ◦ blue 152

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

Shades of Puce #D48098

Tints of Puce #D48098

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.02%

 BLUE value IS 152 (59.77% from 255) = 30.89%

R = 43.09%
G = 26.02%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D48098 (or 0xD48098) is known color: Puce. HEX triplet: D4, 80 and 98. RGB value is (212,128,152). Sum of RGB (Red+Green+Blue) = 212+128+152=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 152 (59.77% from 255 or 30.89% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D48098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48098 is #2B7F67. Grayscale: #9B9B9B. Windows color (decimal): -2850664 or 9994452. OLE color: 9994452.

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

Color convert

RGB 212 128 152 -
CMYK 0 0.40 0.28 0.17
HSL 342.86º 0.49% 0.67% -
HSV(B) 342.86º 0.4% 0.83% -
XYZ 40.54 31.7 33.69 -
YUV 155.85 125.83 168.05 -
System Red Green Blue C M Y K H S L
Decimal 212 128 152 0 0.40 0.28 0.17 342.86 0.49 0.67
Hex D4 80 98 0 28 1C 11 157 31 43
Octal 324 200 230 0 50 34 21 527 61 103
Binary 11010100 10000000 10011000 0 101000 11100 10001 101010111 110001 1000011

Color Harmonies of #D48098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48098

Black with #D48098

Text Example


Text Example

White with #D48098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48098; }

 p { color: rgb(212,128,152); }

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

background-color css

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

 a { background-color: rgb(212,128,152); }

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

border-color css

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

 span { border-color: rgb(212,128,152); }

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