Html Css Color HEX #D49A8A Rose

📋 copy color: '#D49A8A'

red 212 ◦ green 154 ◦ blue 138

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

Shades of Rose #D49A8A

Tints of Rose #D49A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.38%

R = 42.06%
G = 30.56%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D49A8A (or 0xD49A8A) is known color: Rose. HEX triplet: D4, 9A and 8A. RGB value is (212,154,138). Sum of RGB (Red+Green+Blue) = 212+154+138=504 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.06% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49A8A is #2B6575. Grayscale: #A9A9A9. Windows color (decimal): -2844022 or 9083604. OLE color: 9083604.

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

Color convert

RGB 212 154 138 -
CMYK 0 0.27 0.35 0.17
HSL 12.97º 0.46% 0.69% -
HSV(B) 12.97º 0.35% 0.83% -
XYZ 43.29 38.94 29.28 -
YUV 169.52 110.22 158.3 -
System Red Green Blue C M Y K H S L
Decimal 212 154 138 0 0.27 0.35 0.17 12.97 0.46 0.69
Hex D4 9A 8A 0 1B 23 11 D 2E 45
Octal 324 232 212 0 33 43 21 15 56 105
Binary 11010100 10011010 10001010 0 11011 100011 10001 1101 101110 1000101

Color Harmonies of #D49A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49A8A

Black with #D49A8A

Text Example


Text Example

White with #D49A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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