Html Css Color HEX #D68190 Charm

📋 copy color: '#D68190'

red 214 ◦ green 129 ◦ blue 144

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

Shades of Charm #D68190

Tints of Charm #D68190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.57%

R = 43.94%
G = 26.49%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D68190 (or 0xD68190) is known color: Charm. HEX triplet: D6, 81 and 90. RGB value is (214,129,144). Sum of RGB (Red+Green+Blue) = 214+129+144=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D68190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68190 is #297E6F. Grayscale: #9C9C9C. Windows color (decimal): -2719344 or 9470422. OLE color: 9470422.

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

Color convert

RGB 214 129 144 -
CMYK 0 0.40 0.33 0.16
HSL 349.41º 0.51% 0.67% -
HSV(B) 349.41º 0.4% 0.84% -
XYZ 40.62 32.01 30.42 -
YUV 156.13 121.16 169.28 -
System Red Green Blue C M Y K H S L
Decimal 214 129 144 0 0.40 0.33 0.16 349.41 0.51 0.67
Hex D6 81 90 0 28 21 10 15D 33 43
Octal 326 201 220 0 50 41 20 535 63 103
Binary 11010110 10000001 10010000 0 101000 100001 10000 101011101 110011 1000011

Color Harmonies of #D68190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68190

Black with #D68190

Text Example


Text Example

White with #D68190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68190; }

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

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

background-color css

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

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

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

border-color css

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

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

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