Html Css Color HEX #D8738C Charm

📋 copy color: '#D8738C'

red 216 ◦ green 115 ◦ blue 140

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

Shades of Charm #D8738C

Tints of Charm #D8738C

RGB

 RED value IS 216 (84.77% from 255) = 45.86%

 GREEN value IS 115 (45.31% from 255) = 24.42%

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

R = 45.86%
G = 24.42%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8738C (or 0xD8738C) is known color: Charm. HEX triplet: D8, 73 and 8C. RGB value is (216,115,140). Sum of RGB (Red+Green+Blue) = 216+115+140=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D8738C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8738C is #278C73. Grayscale: #949494. Windows color (decimal): -2591860 or 9204696. OLE color: 9204696.

HSL color Cylindrical-coordinate representation of color #D8738C: hue angle of 345.15º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D8738C is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 115 140 -
CMYK 0 0.47 0.35 0.15
HSL 345.15º 0.56% 0.65% -
HSV(B) 345.15º 0.47% 0.85% -
XYZ 39.18 28.75 28.3 -
YUV 148.05 123.46 176.47 -
System Red Green Blue C M Y K H S L
Decimal 216 115 140 0 0.47 0.35 0.15 345.15 0.56 0.65
Hex D8 73 8C 0 2F 23 F 159 38 41
Octal 330 163 214 0 57 43 17 531 70 101
Binary 11011000 1110011 10001100 0 101111 100011 1111 101011001 111000 1000001

Color Harmonies of #D8738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8738C

Black with #D8738C

Text Example


Text Example

White with #D8738C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8738C; }

 p { color: rgb(216,115,140); }

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

background-color css

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

 a { background-color: rgb(216,115,140); }

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

border-color css

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

 span { border-color: rgb(216,115,140); }

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