Html Css Color HEX #D49A88 Rose

📋 copy color: '#D49A88'

red 212 ◦ green 154 ◦ blue 136

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

Shades of Rose #D49A88

Tints of Rose #D49A88

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.68%

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

R = 42.23%
G = 30.68%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D49A88 (or 0xD49A88) is known color: Rose. HEX triplet: D4, 9A and 88. RGB value is (212,154,136). Sum of RGB (Red+Green+Blue) = 212+154+136=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49A88 is #2B6577. Grayscale: #A9A9A9. Windows color (decimal): -2844024 or 8952532. OLE color: 8952532.

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

Color convert

RGB 212 154 136 -
CMYK 0 0.27 0.36 0.17
HSL 14.21º 0.47% 0.68% -
HSV(B) 14.21º 0.36% 0.83% -
XYZ 43.15 38.89 28.52 -
YUV 169.29 109.22 158.46 -
System Red Green Blue C M Y K H S L
Decimal 212 154 136 0 0.27 0.36 0.17 14.21 0.47 0.68
Hex D4 9A 88 0 1B 24 11 E 2F 44
Octal 324 232 210 0 33 44 21 16 57 104
Binary 11010100 10011010 10001000 0 11011 100100 10001 1110 101111 1000100

Color Harmonies of #D49A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49A88

Black with #D49A88

Text Example


Text Example

White with #D49A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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