#D4697E

Color #D4697E Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #D4697E

Tints of Charm #D4697E

Color information

#D4697E (or 0xD4697E) is unknown color: approx Charm. HEX triplet: D4, 69 and 7E. RGB value is (212,105,126). Sum of RGB (Red+Green+Blue) = 212+105+126=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D4697E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4697E is #2B9681. Grayscale: #8B8B8B. Windows color (decimal): -2856578 or 8284628. OLE color: 8284628.

HSL color Cylindrical-coordinate representation of color #D4697E: hue angle of 348.22º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4697E is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB212105126-
CMYK00.500.410.17
HSL348.22º55.44%62.16%-
HSV(B)348.22º50.47%83.14%-
XYZ35.9725.6122.79-
YUV139.39120.45179.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.86%
GREEN value IS 105 (41.41% from 255) = 23.70%
BLUE value IS 126 (49.61% from 255) = 28.44%
R=47.86%
G=23.70%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210512600.500.410.17348.2255.4462.16
HexD4697E032291115c373e
Octal32415117606251215346776
Binary1101010011010011111110011001010100110001101011100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4697E; }

 p { color: rgb(212,105,126); }

 H1.HeaderClassName
 {
   color: #D4697E;
 }
 .AnyTagClassName
 {
   color: #D4697E;
 }
</style>
background-color css

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

 a { background-color: rgb(212,105,126); }

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

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

 span { border-color: rgb(212,105,126); }

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