Html Css Color HEX #D07686 Charm

📋 copy color: '#D07686'

red 208 ◦ green 118 ◦ blue 134

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

Shades of Charm #D07686

Tints of Charm #D07686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.13%

R = 45.22%
G = 25.65%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D07686 (or 0xD07686) is known color: Charm. HEX triplet: D0, 76 and 86. RGB value is (208,118,134). Sum of RGB (Red+Green+Blue) = 208+118+134=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D07686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07686 is #2F8979. Grayscale: #929292. Windows color (decimal): -3115386 or 8812240. OLE color: 8812240.

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

Color convert

RGB 208 118 134 -
CMYK 0 0.43 0.36 0.18
HSL 349.33º 0.49% 0.64% -
HSV(B) 349.33º 0.43% 0.82% -
XYZ 36.79 28.09 26.04 -
YUV 146.73 120.82 171.7 -
System Red Green Blue C M Y K H S L
Decimal 208 118 134 0 0.43 0.36 0.18 349.33 0.49 0.64
Hex D0 76 86 0 2B 24 12 15D 31 40
Octal 320 166 206 0 53 44 22 535 61 100
Binary 11010000 1110110 10000110 0 101011 100100 10010 101011101 110001 1000000

Color Harmonies of #D07686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07686

Black with #D07686

Text Example


Text Example

White with #D07686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07686; }

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

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

background-color css

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

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

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

border-color css

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

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

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