Html Css Color HEX #D8748C Charm

📋 copy color: '#D8748C'

red 216 ◦ green 116 ◦ blue 140

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

Shades of Charm #D8748C

Tints of Charm #D8748C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.58%

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

R = 45.76%
G = 24.58%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8748C (or 0xD8748C) is known color: Charm. HEX triplet: D8, 74 and 8C. RGB value is (216,116,140). Sum of RGB (Red+Green+Blue) = 216+116+140=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D8748C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8748C is #278B73. Grayscale: #949494. Windows color (decimal): -2591604 or 9204952. OLE color: 9204952.

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

Color convert

RGB 216 116 140 -
CMYK 0 0.46 0.35 0.15
HSL 345.6º 0.56% 0.65% -
HSV(B) 345.6º 0.46% 0.85% -
XYZ 39.3 28.98 28.33 -
YUV 148.64 123.13 176.05 -
System Red Green Blue C M Y K H S L
Decimal 216 116 140 0 0.46 0.35 0.15 345.6 0.56 0.65
Hex D8 74 8C 0 2E 23 F 15A 38 41
Octal 330 164 214 0 56 43 17 532 70 101
Binary 11011000 1110100 10001100 0 101110 100011 1111 101011010 111000 1000001

Color Harmonies of #D8748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8748C

Black with #D8748C

Text Example


Text Example

White with #D8748C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8748C; }

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

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

background-color css

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

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

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

border-color css

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

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

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