Html Css Color HEX #D68487 Charm

📋 copy color: '#D68487'

red 214 ◦ green 132 ◦ blue 135

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

Shades of Charm #D68487

Tints of Charm #D68487

RGB

 RED value IS 214 (83.98% from 255) = 44.49%

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

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

R = 44.49%
G = 27.44%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D68487 (or 0xD68487) is known color: Charm. HEX triplet: D6, 84 and 87. RGB value is (214,132,135). Sum of RGB (Red+Green+Blue) = 214+132+135=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D68487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68487 is #297B78. Grayscale: #9C9C9C. Windows color (decimal): -2718585 or 8881366. OLE color: 8881366.

HSL color Cylindrical-coordinate representation of color #D68487: hue angle of 357.8º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D68487 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 132 135 -
CMYK 0 0.38 0.37 0.16
HSL 357.8º 0.5% 0.68% -
HSV(B) 357.8º 0.38% 0.84% -
XYZ 40.36 32.55 27.08 -
YUV 156.86 115.67 168.76 -
System Red Green Blue C M Y K H S L
Decimal 214 132 135 0 0.38 0.37 0.16 357.8 0.5 0.68
Hex D6 84 87 0 26 25 10 166 32 44
Octal 326 204 207 0 46 45 20 546 62 104
Binary 11010110 10000100 10000111 0 100110 100101 10000 101100110 110010 1000100

Color Harmonies of #D68487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68487

Black with #D68487

Text Example


Text Example

White with #D68487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68487; }

 p { color: rgb(214,132,135); }

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

background-color css

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

 a { background-color: rgb(214,132,135); }

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

border-color css

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

 span { border-color: rgb(214,132,135); }

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