Html Css Color HEX #D5A48C Rose

📋 copy color: '#D5A48C'

red 213 ◦ green 164 ◦ blue 140

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

Shades of Rose #D5A48C

Tints of Rose #D5A48C

RGB

 RED value IS 213 (83.59% from 255) = 41.2%

 GREEN value IS 164 (64.45% from 255) = 31.72%

 BLUE value IS 140 (55.08% from 255) = 27.08%

R = 41.2%
G = 31.72%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5A48C (or 0xD5A48C) is known color: Rose. HEX triplet: D5, A4 and 8C. RGB value is (213,164,140). Sum of RGB (Red+Green+Blue) = 213+164+140=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A48C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A48C is #2A5B73. Grayscale: #B0B0B0. Windows color (decimal): -2775924 or 9217237. OLE color: 9217237.

HSL color Cylindrical-coordinate representation of color #D5A48C: hue angle of 19.73º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5A48C is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 164 140 -
CMYK 0 0.23 0.34 0.16
HSL 19.73º 0.46% 0.69% -
HSV(B) 19.73º 0.34% 0.84% -
XYZ 45.45 42.59 30.64 -
YUV 175.92 107.73 154.45 -
System Red Green Blue C M Y K H S L
Decimal 213 164 140 0 0.23 0.34 0.16 19.73 0.46 0.69
Hex D5 A4 8C 0 17 22 10 14 2E 45
Octal 325 244 214 0 27 42 20 24 56 105
Binary 11010101 10100100 10001100 0 10111 100010 10000 10100 101110 1000101

Color Harmonies of #D5A48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A48C

Black with #D5A48C

Text Example


Text Example

White with #D5A48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A48C; }

 p { color: rgb(213,164,140); }

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

background-color css

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

 a { background-color: rgb(213,164,140); }

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

border-color css

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

 span { border-color: rgb(213,164,140); }

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