Html Css Color HEX #D6738A Charm

📋 copy color: '#D6738A'

red 214 ◦ green 115 ◦ blue 138

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

Shades of Charm #D6738A

Tints of Charm #D6738A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.63%

 BLUE value IS 138 (54.3% from 255) = 29.55%

R = 45.82%
G = 24.63%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6738A (or 0xD6738A) is known color: Charm. HEX triplet: D6, 73 and 8A. RGB value is (214,115,138). Sum of RGB (Red+Green+Blue) = 214+115+138=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D6738A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6738A is #298C75. Grayscale: #939393. Windows color (decimal): -2722934 or 9073622. OLE color: 9073622.

HSL color Cylindrical-coordinate representation of color #D6738A: hue angle of 346.06º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D6738A is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 115 138 -
CMYK 0 0.46 0.36 0.16
HSL 346.06º 0.55% 0.65% -
HSV(B) 346.06º 0.46% 0.84% -
XYZ 38.45 28.39 27.5 -
YUV 147.22 122.8 175.63 -
System Red Green Blue C M Y K H S L
Decimal 214 115 138 0 0.46 0.36 0.16 346.06 0.55 0.65
Hex D6 73 8A 0 2E 24 10 15A 37 41
Octal 326 163 212 0 56 44 20 532 67 101
Binary 11010110 1110011 10001010 0 101110 100100 10000 101011010 110111 1000001

Color Harmonies of #D6738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6738A

Black with #D6738A

Text Example


Text Example

White with #D6738A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6738A; }

 p { color: rgb(214,115,138); }

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

background-color css

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

 a { background-color: rgb(214,115,138); }

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

border-color css

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

 span { border-color: rgb(214,115,138); }

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