Html Css Color HEX #D0767C Charm

📋 copy color: '#D0767C'

red 208 ◦ green 118 ◦ blue 124

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

Shades of Charm #D0767C

Tints of Charm #D0767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.22%

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

R = 46.22%
G = 26.22%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0767C (or 0xD0767C) is known color: Charm. HEX triplet: D0, 76 and 7C. RGB value is (208,118,124). Sum of RGB (Red+Green+Blue) = 208+118+124=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D0767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0767C is #2F8983. Grayscale: #919191. Windows color (decimal): -3115396 or 8156880. OLE color: 8156880.

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

Color convert

RGB 208 118 124 -
CMYK 0 0.43 0.40 0.18
HSL 356º 0.49% 0.64% -
HSV(B) 356º 0.43% 0.82% -
XYZ 36.13 27.82 22.53 -
YUV 145.59 115.82 172.51 -
System Red Green Blue C M Y K H S L
Decimal 208 118 124 0 0.43 0.40 0.18 356 0.49 0.64
Hex D0 76 7C 0 2B 28 12 164 31 40
Octal 320 166 174 0 53 50 22 544 61 100
Binary 11010000 1110110 1111100 0 101011 101000 10010 101100100 110001 1000000

Color Harmonies of #D0767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0767C

Black with #D0767C

Text Example


Text Example

White with #D0767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0767C; }

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

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

background-color css

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

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

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

border-color css

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

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

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