Html Css Color HEX #D0677C Charm

📋 copy color: '#D0677C'

red 208 ◦ green 103 ◦ blue 124

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

Shades of Charm #D0677C

Tints of Charm #D0677C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.68%

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

R = 47.82%
G = 23.68%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0677C (or 0xD0677C) is known color: Charm. HEX triplet: D0, 67 and 7C. RGB value is (208,103,124). Sum of RGB (Red+Green+Blue) = 208+103+124=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D0677C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0677C is #2F9883. Grayscale: #888888. Windows color (decimal): -3119236 or 8153040. OLE color: 8153040.

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

Color convert

RGB 208 103 124 -
CMYK 0 0.50 0.40 0.18
HSL 348º 0.53% 0.61% -
HSV(B) 348º 0.5% 0.82% -
XYZ 34.5 24.57 21.99 -
YUV 136.79 120.79 178.79 -
System Red Green Blue C M Y K H S L
Decimal 208 103 124 0 0.50 0.40 0.18 348 0.53 0.61
Hex D0 67 7C 0 32 28 12 15C 35 3D
Octal 320 147 174 0 62 50 22 534 65 75
Binary 11010000 1100111 1111100 0 110010 101000 10010 101011100 110101 111101

Color Harmonies of #D0677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0677C

Black with #D0677C

Text Example


Text Example

White with #D0677C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0677C; }

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

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

background-color css

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

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

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

border-color css

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

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

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