Html Css Color HEX #D8748A Charm

📋 copy color: '#D8748A'

red 216 ◦ green 116 ◦ blue 138

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

Shades of Charm #D8748A

Tints of Charm #D8748A

RGB

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

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

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

R = 45.96%
G = 24.68%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8748A (or 0xD8748A) is known color: Charm. HEX triplet: D8, 74 and 8A. RGB value is (216,116,138). Sum of RGB (Red+Green+Blue) = 216+116+138=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D8748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8748A is #278B75. Grayscale: #949494. Windows color (decimal): -2591606 or 9073880. OLE color: 9073880.

HSL color Cylindrical-coordinate representation of color #D8748A: hue angle of 346.8º 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 #D8748A is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 116 138 -
CMYK 0 0.46 0.36 0.15
HSL 346.8º 0.56% 0.65% -
HSV(B) 346.8º 0.46% 0.85% -
XYZ 39.15 28.92 27.56 -
YUV 148.41 122.13 176.21 -
System Red Green Blue C M Y K H S L
Decimal 216 116 138 0 0.46 0.36 0.15 346.8 0.56 0.65
Hex D8 74 8A 0 2E 24 F 15B 38 41
Octal 330 164 212 0 56 44 17 533 70 101
Binary 11011000 1110100 10001010 0 101110 100100 1111 101011011 111000 1000001

Color Harmonies of #D8748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8748A

Black with #D8748A

Text Example


Text Example

White with #D8748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8748A; }

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

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

background-color css

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

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

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

border-color css

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

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

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