Html Css Color HEX #D0747C Charm

📋 copy color: '#D0747C'

red 208 ◦ green 116 ◦ blue 124

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

Shades of Charm #D0747C

Tints of Charm #D0747C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.68%

R = 46.43%
G = 25.89%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0747C (or 0xD0747C) is known color: Charm. HEX triplet: D0, 74 and 7C. RGB value is (208,116,124). Sum of RGB (Red+Green+Blue) = 208+116+124=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D0747C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0747C is #2F8B83. Grayscale: #909090. Windows color (decimal): -3115908 or 8156368. OLE color: 8156368.

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

Color convert

RGB 208 116 124 -
CMYK 0 0.44 0.40 0.18
HSL 354.78º 0.49% 0.64% -
HSV(B) 354.78º 0.44% 0.82% -
XYZ 35.9 27.36 22.46 -
YUV 144.42 116.48 173.35 -
System Red Green Blue C M Y K H S L
Decimal 208 116 124 0 0.44 0.40 0.18 354.78 0.49 0.64
Hex D0 74 7C 0 2C 28 12 163 31 40
Octal 320 164 174 0 54 50 22 543 61 100
Binary 11010000 1110100 1111100 0 101100 101000 10010 101100011 110001 1000000

Color Harmonies of #D0747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0747C

Black with #D0747C

Text Example


Text Example

White with #D0747C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0747C; }

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

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

background-color css

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

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

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

border-color css

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

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

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