Html Css Color HEX #D0748B Charm

📋 copy color: '#D0748B'

red 208 ◦ green 116 ◦ blue 139

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

Shades of Charm #D0748B

Tints of Charm #D0748B

RGB

 RED value IS 208 (81.64% from 255) = 44.92%

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

 BLUE value IS 139 (54.69% from 255) = 30.02%

R = 44.92%
G = 25.05%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0748B (or 0xD0748B) is known color: Charm. HEX triplet: D0, 74 and 8B. RGB value is (208,116,139). Sum of RGB (Red+Green+Blue) = 208+116+139=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D0748B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0748B is #2F8B74. Grayscale: #929292. Windows color (decimal): -3115893 or 9139408. OLE color: 9139408.

HSL color Cylindrical-coordinate representation of color #D0748B: hue angle of 345º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0748B is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 116 139 -
CMYK 0 0.44 0.33 0.18
HSL 345º 0.49% 0.64% -
HSV(B) 345º 0.44% 0.82% -
XYZ 36.92 27.76 27.84 -
YUV 146.13 123.98 172.13 -
System Red Green Blue C M Y K H S L
Decimal 208 116 139 0 0.44 0.33 0.18 345 0.49 0.64
Hex D0 74 8B 0 2C 21 12 159 31 40
Octal 320 164 213 0 54 41 22 531 61 100
Binary 11010000 1110100 10001011 0 101100 100001 10010 101011001 110001 1000000

Color Harmonies of #D0748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0748B

Black with #D0748B

Text Example


Text Example

White with #D0748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0748B; }

 p { color: rgb(208,116,139); }

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

background-color css

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

 a { background-color: rgb(208,116,139); }

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

border-color css

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

 span { border-color: rgb(208,116,139); }

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