Html Css Color HEX #D08287 Charm

📋 copy color: '#D08287'

red 208 ◦ green 130 ◦ blue 135

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

Shades of Charm #D08287

Tints of Charm #D08287

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.48%

 BLUE value IS 135 (53.13% from 255) = 28.54%

R = 43.97%
G = 27.48%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D08287 (or 0xD08287) is known color: Charm. HEX triplet: D0, 82 and 87. RGB value is (208,130,135). Sum of RGB (Red+Green+Blue) = 208+130+135=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D08287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08287 is #2F7D78. Grayscale: #999999. Windows color (decimal): -3112313 or 8880848. OLE color: 8880848.

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

Color convert

RGB 208 130 135 -
CMYK 0 0.38 0.35 0.18
HSL 356.15º 0.45% 0.66% -
HSV(B) 356.15º 0.38% 0.82% -
XYZ 38.37 31.12 26.91 -
YUV 153.89 117.34 166.59 -
System Red Green Blue C M Y K H S L
Decimal 208 130 135 0 0.38 0.35 0.18 356.15 0.45 0.66
Hex D0 82 87 0 26 23 12 164 2D 42
Octal 320 202 207 0 46 43 22 544 55 102
Binary 11010000 10000010 10000111 0 100110 100011 10010 101100100 101101 1000010

Color Harmonies of #D08287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08287

Black with #D08287

Text Example


Text Example

White with #D08287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08287; }

 p { color: rgb(208,130,135); }

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

background-color css

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

 a { background-color: rgb(208,130,135); }

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

border-color css

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

 span { border-color: rgb(208,130,135); }

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