Html Css Color HEX #D0687C Charm

📋 copy color: '#D0687C'

red 208 ◦ green 104 ◦ blue 124

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

Shades of Charm #D0687C

Tints of Charm #D0687C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.85%

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

R = 47.71%
G = 23.85%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0687C (or 0xD0687C) is known color: Charm. HEX triplet: D0, 68 and 7C. RGB value is (208,104,124). Sum of RGB (Red+Green+Blue) = 208+104+124=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D0687C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0687C is #2F9783. Grayscale: #898989. Windows color (decimal): -3118980 or 8153296. OLE color: 8153296.

HSL color Cylindrical-coordinate representation of color #D0687C: hue angle of 348.46º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0687C is Cyan = 0, Magento = 0.5, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 104 124 -
CMYK 0 0.5 0.40 0.18
HSL 348.46º 0.53% 0.61% -
HSV(B) 348.46º 0.5% 0.82% -
XYZ 34.6 24.77 22.03 -
YUV 137.38 120.46 178.37 -
System Red Green Blue C M Y K H S L
Decimal 208 104 124 0 0.5 0.40 0.18 348.46 0.53 0.61
Hex D0 68 7C 0 32 28 12 15C 35 3D
Octal 320 150 174 0 62 50 22 534 65 75
Binary 11010000 1101000 1111100 0 110010 101000 10010 101011100 110101 111101

Color Harmonies of #D0687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0687C

Black with #D0687C

Text Example


Text Example

White with #D0687C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0687C; }

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

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

background-color css

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

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

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

border-color css

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

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

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