Html Css Color HEX #D07680 Charm

📋 copy color: '#D07680'

red 208 ◦ green 118 ◦ blue 128

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

Shades of Charm #D07680

Tints of Charm #D07680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.19%

R = 45.81%
G = 25.99%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D07680 (or 0xD07680) is known color: Charm. HEX triplet: D0, 76 and 80. RGB value is (208,118,128). Sum of RGB (Red+Green+Blue) = 208+118+128=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D07680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07680 is #2F897F. Grayscale: #929292. Windows color (decimal): -3115392 or 8419024. OLE color: 8419024.

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

Color convert

RGB 208 118 128 -
CMYK 0 0.43 0.38 0.18
HSL 353.33º 0.49% 0.64% -
HSV(B) 353.33º 0.43% 0.82% -
XYZ 36.39 27.93 23.89 -
YUV 146.05 117.82 172.19 -
System Red Green Blue C M Y K H S L
Decimal 208 118 128 0 0.43 0.38 0.18 353.33 0.49 0.64
Hex D0 76 80 0 2B 26 12 161 31 40
Octal 320 166 200 0 53 46 22 541 61 100
Binary 11010000 1110110 10000000 0 101011 100110 10010 101100001 110001 1000000

Color Harmonies of #D07680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07680

Black with #D07680

Text Example


Text Example

White with #D07680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07680; }

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

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

background-color css

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

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

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

border-color css

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

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

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