Html Css Color HEX #D0748A Charm

📋 copy color: '#D0748A'

red 208 ◦ green 116 ◦ blue 138

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

Shades of Charm #D0748A

Tints of Charm #D0748A

RGB

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

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

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

R = 45.02%
G = 25.11%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D0748A (or 0xD0748A) is known color: Charm. HEX triplet: D0, 74 and 8A. RGB value is (208,116,138). Sum of RGB (Red+Green+Blue) = 208+116+138=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D0748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0748A is #2F8B75. Grayscale: #929292. Windows color (decimal): -3115894 or 9073872. OLE color: 9073872.

HSL color Cylindrical-coordinate representation of color #D0748A: hue angle of 345.65º 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 #D0748A is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 116 138 -
CMYK 0 0.44 0.34 0.18
HSL 345.65º 0.49% 0.64% -
HSV(B) 345.65º 0.44% 0.82% -
XYZ 36.85 27.74 27.46 -
YUV 146.02 123.48 172.21 -
System Red Green Blue C M Y K H S L
Decimal 208 116 138 0 0.44 0.34 0.18 345.65 0.49 0.64
Hex D0 74 8A 0 2C 22 12 15A 31 40
Octal 320 164 212 0 54 42 22 532 61 100
Binary 11010000 1110100 10001010 0 101100 100010 10010 101011010 110001 1000000

Color Harmonies of #D0748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0748A

Black with #D0748A

Text Example


Text Example

White with #D0748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0748A; }

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

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

background-color css

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

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

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

border-color css

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

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

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