Html Css Color HEX #D68089 Charm

📋 copy color: '#D68089'

red 214 ◦ green 128 ◦ blue 137

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

Shades of Charm #D68089

Tints of Charm #D68089

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.72%

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

R = 44.68%
G = 26.72%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D68089 (or 0xD68089) is known color: Charm. HEX triplet: D6, 80 and 89. RGB value is (214,128,137). Sum of RGB (Red+Green+Blue) = 214+128+137=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D68089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68089 is #297F76. Grayscale: #9A9A9A. Windows color (decimal): -2719607 or 9011414. OLE color: 9011414.

HSL color Cylindrical-coordinate representation of color #D68089: hue angle of 353.72º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D68089 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 128 137 -
CMYK 0 0.40 0.36 0.16
HSL 353.72º 0.51% 0.67% -
HSV(B) 353.72º 0.4% 0.84% -
XYZ 39.97 31.54 27.65 -
YUV 154.74 117.99 170.27 -
System Red Green Blue C M Y K H S L
Decimal 214 128 137 0 0.40 0.36 0.16 353.72 0.51 0.67
Hex D6 80 89 0 28 24 10 162 33 43
Octal 326 200 211 0 50 44 20 542 63 103
Binary 11010110 10000000 10001001 0 101000 100100 10000 101100010 110011 1000011

Color Harmonies of #D68089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68089

Black with #D68089

Text Example


Text Example

White with #D68089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68089; }

 p { color: rgb(214,128,137); }

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

background-color css

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

 a { background-color: rgb(214,128,137); }

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

border-color css

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

 span { border-color: rgb(214,128,137); }

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