Html Css Color HEX #D08389 Charm

📋 copy color: '#D08389'

red 208 ◦ green 131 ◦ blue 137

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

Shades of Charm #D08389

Tints of Charm #D08389

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.52%

 BLUE value IS 137 (53.91% from 255) = 28.78%

R = 43.7%
G = 27.52%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D08389 (or 0xD08389) is known color: Charm. HEX triplet: D0, 83 and 89. RGB value is (208,131,137). Sum of RGB (Red+Green+Blue) = 208+131+137=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D08389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08389 is #2F7C76. Grayscale: #9A9A9A. Windows color (decimal): -3112055 or 9012176. OLE color: 9012176.

HSL color Cylindrical-coordinate representation of color #D08389: hue angle of 355.32º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D08389 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 131 137 -
CMYK 0 0.37 0.34 0.18
HSL 355.32º 0.45% 0.66% -
HSV(B) 355.32º 0.37% 0.82% -
XYZ 38.64 31.45 27.7 -
YUV 154.71 118.01 166.01 -
System Red Green Blue C M Y K H S L
Decimal 208 131 137 0 0.37 0.34 0.18 355.32 0.45 0.66
Hex D0 83 89 0 25 22 12 163 2D 42
Octal 320 203 211 0 45 42 22 543 55 102
Binary 11010000 10000011 10001001 0 100101 100010 10010 101100011 101101 1000010

Color Harmonies of #D08389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08389

Black with #D08389

Text Example


Text Example

White with #D08389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08389; }

 p { color: rgb(208,131,137); }

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

background-color css

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

 a { background-color: rgb(208,131,137); }

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

border-color css

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

 span { border-color: rgb(208,131,137); }

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