Html Css Color HEX #D49988 Rose

📋 copy color: '#D49988'

red 212 ◦ green 153 ◦ blue 136

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

Shades of Rose #D49988

Tints of Rose #D49988

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.54%

 BLUE value IS 136 (53.52% from 255) = 27.15%

R = 42.32%
G = 30.54%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D49988 (or 0xD49988) is known color: Rose. HEX triplet: D4, 99 and 88. RGB value is (212,153,136). Sum of RGB (Red+Green+Blue) = 212+153+136=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 212 - color contains mainly: red. Hex color #D49988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49988 is #2B6677. Grayscale: #A8A8A8. Windows color (decimal): -2844280 or 8952276. OLE color: 8952276.

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

Color convert

RGB 212 153 136 -
CMYK 0 0.28 0.36 0.17
HSL 13.42º 0.47% 0.68% -
HSV(B) 13.42º 0.36% 0.83% -
XYZ 42.99 38.56 28.47 -
YUV 168.7 109.55 158.88 -
System Red Green Blue C M Y K H S L
Decimal 212 153 136 0 0.28 0.36 0.17 13.42 0.47 0.68
Hex D4 99 88 0 1C 24 11 D 2F 44
Octal 324 231 210 0 34 44 21 15 57 104
Binary 11010100 10011001 10001000 0 11100 100100 10001 1101 101111 1000100

Color Harmonies of #D49988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49988

Black with #D49988

Text Example


Text Example

White with #D49988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49988; }

 p { color: rgb(212,153,136); }

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

background-color css

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

 a { background-color: rgb(212,153,136); }

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

border-color css

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

 span { border-color: rgb(212,153,136); }

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