Html Css Color HEX #D49C8A Rose

📋 copy color: '#D49C8A'

red 212 ◦ green 156 ◦ blue 138

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

Shades of Rose #D49C8A

Tints of Rose #D49C8A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.83%

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

R = 41.9%
G = 30.83%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D49C8A (or 0xD49C8A) is known color: Rose. HEX triplet: D4, 9C and 8A. RGB value is (212,156,138). Sum of RGB (Red+Green+Blue) = 212+156+138=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49C8A is #2B6375. Grayscale: #AAAAAA. Windows color (decimal): -2843510 or 9084116. OLE color: 9084116.

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

Color convert

RGB 212 156 138 -
CMYK 0 0.26 0.35 0.17
HSL 14.59º 0.46% 0.69% -
HSV(B) 14.59º 0.35% 0.83% -
XYZ 43.63 39.61 29.39 -
YUV 170.69 109.55 157.46 -
System Red Green Blue C M Y K H S L
Decimal 212 156 138 0 0.26 0.35 0.17 14.59 0.46 0.69
Hex D4 9C 8A 0 1A 23 11 F 2E 45
Octal 324 234 212 0 32 43 21 17 56 105
Binary 11010100 10011100 10001010 0 11010 100011 10001 1111 101110 1000101

Color Harmonies of #D49C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49C8A

Black with #D49C8A

Text Example


Text Example

White with #D49C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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