Html Css Color HEX #D49A8D Rose

📋 copy color: '#D49A8D'

red 212 ◦ green 154 ◦ blue 141

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

Shades of Rose #D49A8D

Tints of Rose #D49A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.81%

R = 41.81%
G = 30.37%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D49A8D (or 0xD49A8D) is known color: Rose. HEX triplet: D4, 9A and 8D. RGB value is (212,154,141). Sum of RGB (Red+Green+Blue) = 212+154+141=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49A8D is #2B6572. Grayscale: #A9A9A9. Windows color (decimal): -2844019 or 9280212. OLE color: 9280212.

HSL color Cylindrical-coordinate representation of color #D49A8D: hue angle of 10.99º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D49A8D is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 154 141 -
CMYK 0 0.27 0.33 0.17
HSL 10.99º 0.45% 0.69% -
HSV(B) 10.99º 0.33% 0.83% -
XYZ 43.51 39.03 30.44 -
YUV 169.86 111.72 158.06 -
System Red Green Blue C M Y K H S L
Decimal 212 154 141 0 0.27 0.33 0.17 10.99 0.45 0.69
Hex D4 9A 8D 0 1B 21 11 B 2D 45
Octal 324 232 215 0 33 41 21 13 55 105
Binary 11010100 10011010 10001101 0 11011 100001 10001 1011 101101 1000101

Color Harmonies of #D49A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49A8D

Black with #D49A8D

Text Example


Text Example

White with #D49A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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