Html Css Color HEX #D68189 Charm

📋 copy color: '#D68189'

red 214 ◦ green 129 ◦ blue 137

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

Shades of Charm #D68189

Tints of Charm #D68189

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.88%

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

R = 44.58%
G = 26.88%
B = 28.54%

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

#D68189 (or 0xD68189) is known color: Charm. HEX triplet: D6, 81 and 89. RGB value is (214,129,137). Sum of RGB (Red+Green+Blue) = 214+129+137=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 137 (53.91% from 255 or 28.54% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D68189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68189 is #297E76. Grayscale: #9B9B9B. Windows color (decimal): -2719351 or 9011670. OLE color: 9011670.

HSL color Cylindrical-coordinate representation of color #D68189: hue angle of 354.35º 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 #D68189 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 129 137 -
CMYK 0 0.40 0.36 0.16
HSL 354.35º 0.51% 0.67% -
HSV(B) 354.35º 0.4% 0.84% -
XYZ 40.1 31.8 27.69 -
YUV 155.33 117.66 169.85 -
System Red Green Blue C M Y K H S L
Decimal 214 129 137 0 0.40 0.36 0.16 354.35 0.51 0.67
Hex D6 81 89 0 28 24 10 162 33 43
Octal 326 201 211 0 50 44 20 542 63 103
Binary 11010110 10000001 10001001 0 101000 100100 10000 101100010 110011 1000011

Color Harmonies of #D68189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68189

Black with #D68189

Text Example


Text Example

White with #D68189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68189; }

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

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

background-color css

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

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

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

border-color css

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

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

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