Html Css Color HEX #D6697F Charm

📋 copy color: '#D6697F'

red 214 ◦ green 105 ◦ blue 127

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

Shades of Charm #D6697F

Tints of Charm #D6697F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.54%

 BLUE value IS 127 (50% from 255) = 28.48%

R = 47.98%
G = 23.54%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6697F (or 0xD6697F) is known color: Charm. HEX triplet: D6, 69 and 7F. RGB value is (214,105,127). Sum of RGB (Red+Green+Blue) = 214+105+127=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D6697F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6697F is #299680. Grayscale: #8C8C8C. Windows color (decimal): -2725505 or 8350166. OLE color: 8350166.

HSL color Cylindrical-coordinate representation of color #D6697F: hue angle of 347.89º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6697F is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 105 127 -
CMYK 0 0.51 0.41 0.16
HSL 347.89º 0.57% 0.63% -
HSV(B) 347.89º 0.51% 0.84% -
XYZ 36.61 25.93 23.15 -
YUV 140.1 120.61 180.71 -
System Red Green Blue C M Y K H S L
Decimal 214 105 127 0 0.51 0.41 0.16 347.89 0.57 0.63
Hex D6 69 7F 0 33 29 10 15C 39 3F
Octal 326 151 177 0 63 51 20 534 71 77
Binary 11010110 1101001 1111111 0 110011 101001 10000 101011100 111001 111111

Color Harmonies of #D6697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6697F

Black with #D6697F

Text Example


Text Example

White with #D6697F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6697F; }

 p { color: rgb(214,105,127); }

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

background-color css

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

 a { background-color: rgb(214,105,127); }

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

border-color css

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

 span { border-color: rgb(214,105,127); }

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