Html Css Color HEX #D08486 Charm

📋 copy color: '#D08486'

red 208 ◦ green 132 ◦ blue 134

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

Shades of Charm #D08486

Tints of Charm #D08486

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.85%

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

R = 43.88%
G = 27.85%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D08486 (or 0xD08486) is known color: Charm. HEX triplet: D0, 84 and 86. RGB value is (208,132,134). Sum of RGB (Red+Green+Blue) = 208+132+134=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D08486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08486 is #2F7B79. Grayscale: #9B9B9B. Windows color (decimal): -3111802 or 8815824. OLE color: 8815824.

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

Color convert

RGB 208 132 134 -
CMYK 0 0.37 0.36 0.18
HSL 358.42º 0.45% 0.67% -
HSV(B) 358.42º 0.37% 0.82% -
XYZ 38.57 31.63 26.63 -
YUV 154.95 116.18 165.84 -
System Red Green Blue C M Y K H S L
Decimal 208 132 134 0 0.37 0.36 0.18 358.42 0.45 0.67
Hex D0 84 86 0 25 24 12 166 2D 43
Octal 320 204 206 0 45 44 22 546 55 103
Binary 11010000 10000100 10000110 0 100101 100100 10010 101100110 101101 1000011

Color Harmonies of #D08486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08486

Black with #D08486

Text Example


Text Example

White with #D08486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08486; }

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

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

background-color css

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

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

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

border-color css

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

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

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